Code

Patch from codedread. Prevents rendering of title/desc/metadata elements in text...
[inkscape.git] / src / display / canvas-bpath.h
index b9f8678459d679dd7499eb79a233674271f8e657..e3ef70831e22e359c71629fa35c541de0411c891 100644 (file)
@@ -64,6 +64,7 @@ struct SPCanvasBPath {
 
     /* Line def */
     SPCurve *curve;
+       NR::Matrix affine;
 
     /* Fill attributes */
     guint32 fill_rgba;