Fix #8070 - merging in svgtopdf stuff
[pear] / XML / SvgToPdf / Rect.php
old mode 100644 (file)
new mode 100755 (executable)
index 0a06f0e..f0edcc7
@@ -9,8 +9,9 @@ class XML_SvgToPDF_Rect  extends XML_SvgToPDF_Base {
     var $xx = 0;
     var $yy = 0;
     var $nonprintable = false;
+    var $id;
     var $maxWidth;
-    
+
     function writePDF($pdf,$data) {
         
         //print_r(array("rect:", $this->x , $this->y , ':', $this->xx, $this->yy));