Miklos Vajna wrote:
> AFAIK the filter one is used when you open a .svg file (which opens in
> Draw), and the svgio one is used to handle embedded SVG files.
>
Yep.
> svgio is the newer code, it came in via
> 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70, the filter one much older,
> dates back to 200
Hi Julien,
On Wed, Apr 30, 2014 at 01:22:28PM -0700, julien2412
wrote:
> Reading bugtrackers about SVG, I noticed there were 2 locations with
> svgreader:
> - filter/source/svg/svgreader.cxx
> - svgio/source/svgreader (there's also svgio/source/svguno)
>
> There's no README for svgio/ and the R
Thank you Christina for your feedback, I used it for
http://cgit.freedesktop.org/libreoffice/core/commit/?id=1cb924de8a6f03827ae34aa2d66137b6b5e34112
Julien
--
View this message in context:
http://nabble.documentfoundation.org/About-Svgreader-tp4107050p4107174.html
Sent from the Dev mailing li
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 30.04.2014 22:22, schrieb julien2412:
> Hello,
>
> Reading bugtrackers about SVG, I noticed there were 2 locations
> with svgreader: - filter/source/svg/svgreader.cxx
This is used for "File->Open" and then choosing the svg file.
> - svgio/source/sv