Releases: Jeanmilost/SVGMagic
Releases · Jeanmilost/SVGMagic
Release v1.009
- added: SVGMagic package for Embarcadero 11.0 Alexandria (new release)
- added: Several new recognized color key codes from https://www.w3.org/TR/SVG11/types.html#ColorKeywords
- added: Demo application x64 version
- changed: Default text font size to match the standards, which is defined to medium (i.e ~16px)
- improved: Images which contain a big amount of references may be loaded and drawn quicker
- fixed: Trying to load an image with a big amount of references may raise an out of memory exception
- fixed: Svg containing utf8 chars in their text may be broken after be saved
- fixed: Colored animations doesn't work unless animateColor tag is used instead of the animate one
- fixed: Colored animations based on values and key frames were not supported
- fixed: Colored animation did not work if fill or stroke value was missing, even if animated values were defined
- fixed: Embedded jpeg images were detected as svg, and thus couldn't be opened
- fixed: Memory leaks in rasterizer
- fixed: Documentation issues