Open GoogleCodeExporter opened 9 years ago
Turns out, I hav'nt taken my medicine and there is nothing wrong with phpSVG.
The problem was that phpSVG tried to merge two parts to the existing SVG that
could not be found:
$svg->addShape( $code->path );
$svg->addShape( $code->image );
The code.svg does not have a "path" and "image" section. Only a "g" part.
Therefore this works:
$svg->addShape( $code->g );
Sorry.
/closed
Original comment by indyaner...@gmail.com
on 29 Apr 2015 at 2:13
Original issue reported on code.google.com by
indyaner...@gmail.com
on 29 Apr 2015 at 2:06Attachments: