Igor I'm adding development: spec <symbolicVersion: #development> spec for: #common version: '2.5' stable: spec <symbolicVersion: #stable> spec for: #'pharo2.x' version: '2.1'. "after some modification in NB made it incompatible with 3.0" spec for: #'pharo3.x' version: '2.3' and you should probably merged the version in 3.0/main so that everything loads clean. Stef
On 30 September 2013 13:27, hilaire <hilaire.fernandes@gmail.com> wrote: Got it working on 3.0.
Indeed gradient is not handled. However I can see a ASGradient hierarchy.
yes, i don't remember all the details, but it should be easy to fix. i stopped working on it, when realized that the missing elliptical segment type prevents me to display correctly many svg content, so i started working on it but this still not there. it needs some overhaul in path creation, and calculating path geometry.. i wanted to extend functionality , so you can use own parametric functions for path segments (elliptical curves is just simple case of this). The problem is that Cairo don't have direct support of elliptical curves, so they need to be approximated either by bezier curves or by straight line segments (a tiny ones, of course).
This is where i stopped in May, because i had to focus on text rendering & text editor, and as you may know i still working on it..
Hilaire
-- View this message in context: http://forum.world.st/State-of-SVG-importer-tp4710870p4711359.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko.