2015-04-28 15:32 GMT+02:00 Yuriy Tymchuk <[email protected]>:
>
> > On 28 Apr 2015, at 15:20, Esteban Lorenzano <[email protected]> wrote:
> >
> >
> >> On 28 Apr 2015, at 15:16, Hilaire <[email protected]> wrote:
> >>
> >> Le 28/04/2015 15:05, Esteban Lorenzano a écrit :
> >>> I have to say that I started this because I failed miserably to made
> >>> the eclipse icons work fine in Dark mode. Pharo does not understand
> >>> SVG out of the box, Roassal does it but in the conversion things where
> >>> not right… so I found this solution.
> >>>
> >>> Btw… they look good also in standard theme:
> >>>
> >>
> >> Thanks Esteban, looks is simple, clean.
> >> Did you convert the svg to png or can you import the svg form?
> >
> > No, I failed to convert svg to png (probably just my ignorance) then I
> took this icons who where already in png but with good transparencies :)
> >
> > Esteban
>
> But on which stage are Athens? Because maybe we can use them for SVG?
>
It is not that bad. I just fixed one bug with linear gradient construction
(used deprecated/removed api).
You can load the latest configuration from the Athens repository.
And if you have a folder with some svg icons:
|files|
files := ('A_FOLDER_WITH_SVG_FILES' asFileReference
allChildrenMatching:'*.svg').
files collect:[:
file ||form|
[form := ((ASVGMorph fromFile:file)setZoom:5; imageForm) ] on:Error
do:[:ex | ]]
many icons are "loadable" but I did not compare the results
>
> Uko
>
> >
> >>
> >> Hilaire
> >>
> >> --
> >> Dr. Geo - http://drgeo.eu
> >> iStoa - http://istoa.drgeo.eu
> >>
> >>
> >>
> >
> >
>
>
>