jfreesvg icon indicating copy to clipboard operation
jfreesvg copied to clipboard

A fast, lightweight Java library for creating Scalable Vector Graphics (SVG) output.

Results 13 jfreesvg issues
Sort by recently updated
recently updated
newest added

In Graphics2D drawing a filled rectangle with a 1-pixel border shows a correctly filled rectangle, applying the same code with SVGGraphics2D results in a misalignment of the border and the...

# Configurable Features What do you think SVG of having pluggable features that can be disabled? For my purposes, I don't need linear gradients, radial gradients, embedded images, or clipping....

I see multiple writeToSVG methods are included in SVGUtils, but I'm wondering if I can also load an existing SVG to add it to the SVG I'm creating?

Hi, I am using JFreeSVG in combination with JFreeChart to produce SVG images to be embedded later on in HTML. My problem is that the generated SVG file is huge...

Hi, I see that SVG supports cmyk. Im working with some print media, and would like to see CMYK support added to SVGGraphics2D

Shouldn't the font size for text elements be in points rather than pixels? getSVGFontStyle() prints 'px' for the 'font-size' attribute.

hi, possible to draw electronic schema? thanks ![image](https://user-images.githubusercontent.com/50471577/217214959-92f40a3c-530a-4394-9e03-8a38869fb594.png)

The website says that Java 11 is needed for the current version. Unfortunately, I have an application that is using Java 8 for the development environment. The website says that...