svgSalamander icon indicating copy to clipboard operation
svgSalamander copied to clipboard

Results 21 svgSalamander issues
Sort by recently updated
recently updated
newest added

Hi, thanks a lot for your work ! I think it would be great if we could use a Maven repo for SVG Salamander, and I've read that you have...

I am not sure what exactly is the cause for this problem. But debugging shows that the "href" in the class "Use" is null. Searching in the SVG (which I...

We (Freeplane team) would like to access your library in maven - repository. The procedure how to get it there is described at http://central.sonatype.org/pages/ossrh-guide.html If we can give you any...

There are some problems with the resolution of font family names that cause existing SVG files to render improperly. The [CSS Fonts 3 specification](https://www.w3.org/TR/css-fonts-3/) says that font family names must...

If ````clip-path```` with a value that is not "none" is present it will clip the Content from any Text-Element. We want to use salamander to render charts from a weblibrary...

`Font.loaderEndElement` calls `Universe.registerFont`. `Universe` keeps a map of font face names that map to `Font` instances. However, at the time `Font.loader.EndElement` is called, `FontFace.build` has not been called, which means...

There is a logic error in `SVGElement.getStyle()` that has no impact in the current code base, where style sheets are unimplemented, but fails if style sheets are implemented. The problem...

It has been a while since I have tried to build svgSalamander. I do not see any instructions on how to do that, so I ran ant in the svg-core...

Just wanted to ask what the state of the project is? Do you plan to work on new features or is it in some "maintenance only" state?