Fix #94: SVGStyleBuilder cuts off last character of value when semicolon is missing
Fix #95: Stylesheets specified by a link element are not taken into account
Fix #96: The text-anchor attribute is handled incorrectly, which could possibly lead to a NPE
Fix #97: Nested svg are not handled
Fix #56: Large SVG which fails
Fix #98: Add the value of the zoom factor in the browser
Fix #90: Documentation/Behavior Mismatch: scale(double) returns a new instance instead of initial object. Now the scale do not create a new image, but change the scale of the initial image. To create a new image, use the scale(double, true), or clone the image
Support images embedded the svg file as base64
Fix the width and height of the resulting image when writing a Node which could be off by one pixel, when using a scale
Keep the URL or String origin of the SVG in the resulting JavaFX SVGImage
Support the "preserveAspectRatio" attribute for the svg root element
Allow to load a SVG from a String
Specifies a global configuration for the handling of exceptions during parsing
Fix a lot of problems which appeared when scaling the content at the loader level
Fix the position of the svg content which was not correctly translated if scaled during the loading
Take into account the viewport and the units in the path element
Take into account rotate transforms with only one parameter
Add a parameter to allow to center the resulting svg
Support the visibility attribute
Start support for svg animations: animateTransform, animateMotion, and animate are partially suppported
Support the use element for images and g elements
Support the symbol element
Support the "viewBox", "width", "height", and "preserveAspectRatio" attributes for the symbol element
Support the tspan "dx" and "dy" attributes
Support the "clipPathUnits" attribute for clipPaths elements
Fix the clipPath elements only being taken into account in defs parents
Fix the values for coordinates parsed to a value of zero if having a pattern without an integer part (such as ".5")
Support the use element for basic shapes
Make sure that the snapshot generation class does not emit an exception before the actual generation if Swing is not available
Allow to have both underline and line-through for a text
Support the "transform" attribute for the clipPath element
Support the translateX, translateY, scaleX, and scaleY transformations
Allow to use units in transformations
Allow to use more than one transformation in the "transform" or "gradientTransform" attribute
Add a snapshot method in the SVGImage to simplify the process of writing the content of the result on disk