Hi! Just wondering whether there is a way to represent SVG within Athens, in Pharo. There is a great deal of SVG description on the web. Using them in Athens would be great. Any hint where to start? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Alexandre There is an SVG importer in the athens repo. Now it is not complete but you can load many file already - it is better than the cade svg importer according to the CADE guys. Some GSOC students tried to improve it but they duplicate it entirely so it is not easy to see what has been added. Now what was missing is elliptical curve and if I remember correclty igor was doing them at the image level because cairo did not support them (from memory). Stef
Hi!
Just wondering whether there is a way to represent SVG within Athens, in Pharo. There is a great deal of SVG description on the web. Using them in Athens would be great.
Any hint where to start?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Yes, the famous tiger is indeed in SVG. What I meant actually, is SVG path. I am checking the Athens repo. Thanks, Alexandre On Nov 16, 2013, at 2:02 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Alexandre
There is an SVG importer in the athens repo. Now it is not complete but you can load many file already - it is better than the cade svg importer according to the CADE guys. Some GSOC students tried to improve it but they duplicate it entirely so it is not easy to see what has been added. Now what was missing is elliptical curve and if I remember correclty igor was doing them at the image level because cairo did not support them (from memory).
Stef
Hi!
Just wondering whether there is a way to represent SVG within Athens, in Pharo. There is a great deal of SVG description on the web. Using them in Athens would be great.
Any hint where to start?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Nov 16, 2013, at 6:23 PM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Yes, the famous tiger is indeed in SVG. What I meant actually, is SVG path.
sorry but I did not get it. You mean what by path?
I am checking the Athens repo.
Thanks, Alexandre
On Nov 16, 2013, at 2:02 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Alexandre
There is an SVG importer in the athens repo. Now it is not complete but you can load many file already - it is better than the cade svg importer according to the CADE guys. Some GSOC students tried to improve it but they duplicate it entirely so it is not easy to see what has been added. Now what was missing is elliptical curve and if I remember correclty igor was doing them at the image level because cairo did not support them (from memory).
Stef
Hi!
Just wondering whether there is a way to represent SVG within Athens, in Pharo. There is a great deal of SVG description on the web. Using them in Athens would be great.
Any hint where to start?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
http://www.w3.org/TR/SVG/paths.html#PathElement I've checked, apparently Athens-SVG deals with Paths. However I haven't seen any example. I am not sure how it works. Alexandre On Nov 16, 2013, at 2:44 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On Nov 16, 2013, at 6:23 PM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Yes, the famous tiger is indeed in SVG. What I meant actually, is SVG path.
sorry but I did not get it. You mean what by path?
I am checking the Athens repo.
Thanks, Alexandre
On Nov 16, 2013, at 2:02 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Alexandre
There is an SVG importer in the athens repo. Now it is not complete but you can load many file already - it is better than the cade svg importer according to the CADE guys. Some GSOC students tried to improve it but they duplicate it entirely so it is not easy to see what has been added. Now what was missing is elliptical curve and if I remember correclty igor was doing them at the image level because cairo did not support them (from memory).
Stef
Hi!
Just wondering whether there is a way to represent SVG within Athens, in Pharo. There is a great deal of SVG description on the web. Using them in Athens would be great.
Any hint where to start?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
ConfigurationOfAthens project lastVersion load: 'SVG'. (ASVGMorph loadFromFile: 'your.svg') openInWindow On 15 November 2013 21:27, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Hi!
Just wondering whether there is a way to represent SVG within Athens, in Pharo. There is a great deal of SVG description on the web. Using them in Athens would be great.
Any hint where to start?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- Best regards, Igor Stasenko.
Thanks Igor! I will play with it Alexandre On Nov 16, 2013, at 2:52 PM, Igor Stasenko <siguctua@gmail.com> wrote:
ConfigurationOfAthens project lastVersion load: 'SVG'.
(ASVGMorph loadFromFile: 'your.svg') openInWindow
On 15 November 2013 21:27, Alexandre Bergel <alexandre.bergel@me.com> wrote: Hi!
Just wondering whether there is a way to represent SVG within Athens, in Pharo. There is a great deal of SVG description on the web. Using them in Athens would be great.
Any hint where to start?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- Best regards, Igor Stasenko.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (3)
-
Alexandre Bergel -
Igor Stasenko -
Stéphane Ducasse