NEWS | R Documentation |
Fix for importing radial gradient with gradientTransform (radius of gradient was not being transformed correctly).
Fix for makeContent()
methods for picRect, picPath,
and picPolyline, so that the forced grob has the same name
as the original grob.
Fix for parsing <symbol>
element with no children or
with empty image.
Fix for import of lwd
from SVG line-width
Relax import requirement that SVG file be generated by
grConvert; now accept SVG file that is generated by
grConvert OR SVG file that can be identified as being
generated by Cairo graphics. This allows us to accept, for example,
files generated by rsvg_svg()
from the rsvg package.
Fix for importing rotated rectangles.
Fix for importing rotated raster images.
Improved import of line widths.
Enhancement of importing patterns to allow general pattern content, rather than just a single image as pattern content.
Fix for 'default.units' argument in grid.picture(), which was being ignored.
Fix to grobify() method for "PictureImage"
to correct
location calculation for raster element (was doing incorrect
unit arithmetic).
Fix to parseSVGUse() to handle direct <use> of image (not for a pattern or mask, but for an actual image); problem was that image was not positioned correctly.
Fix to pictureVP() to handle inverted x-scale or y-scale; problem was evident in incorrect overall clipping (because pictureVP() was incorrect shape).
Fix to path parsing to handle path data of the form
d="M x y"
(by ignoring such paths).
Bug fix for converting SVG style to gpar settings
when style is a url() reference (it was doing the wrong thing
to replace, for example, gp$fill
with
gp$gradientFill
and could end up with neither).
Bug fix for <path> with 'transform' and 'fill' that is url() reference. The transform was not being applied to the referenced gradient fill.
Initial release. Intended to import SVG images generated by the 'grConvert' package.
Now using SVG instead of PostScript, allowing us to support many more graphical features.