[Pharo-project] Fwd: Pharo Logo SVG
We got a nice contribution, as the author (CptFuture) is not subscribed to the list I forward it. (I will put it on the file server)
recently I made a SVG-version out of your Pharo-Logo for Wikipedia.
https://commons.wikimedia.org/wiki/File:Pharo_Logo_v0.9.svg
CptFuture
On May 4, 2013, at 10:33 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
We got a nice contribution, as the author (CptFuture) is not subscribed to the list I forward it. (I will put it on the file server)
online here: http://files.pharo.org/media/logo/Pharo%20Logo%20SVG/ Marcus
What is the difference to the previous SVG version? http://files.pharo.org/media/logo/logo.svg On 2013-05-04, at 10:53, Marcus Denker <marcus.denker@inria.fr> wrote:
On May 4, 2013, at 10:33 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
We got a nice contribution, as the author (CptFuture) is not subscribed to the list I forward it. (I will put it on the file server)
online here:
http://files.pharo.org/media/logo/Pharo%20Logo%20SVG/
Marcus
On May 4, 2013, at 12:30 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
What is the difference to the previous SVG version?
The previous version was findable from our website⦠http://www.pharo-project.org/pharo-download/media-files I will clean this page up (added a TODO, will add a tracker entry). Marcus
On 2013-05-04, at 10:53, Marcus Denker <marcus.denker@inria.fr> wrote:
On May 4, 2013, at 10:33 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
We got a nice contribution, as the author (CptFuture) is not subscribed to the list I forward it. (I will put it on the file server)
online here:
http://files.pharo.org/media/logo/Pharo%20Logo%20SVG/
Marcus
On 2013-05-04, at 12:39, Marcus Denker <marcus.denker@inria.fr> wrote:
On May 4, 2013, at 12:30 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
What is the difference to the previous SVG version?
The previous version was findable from our websiteâ¦
http://www.pharo-project.org/pharo-download/media-files
I will clean this page up (added a TODO, will add a tracker entry).
Dunno if you saw it, but yesterday late-night I cleaned up all the media files on files.pharo.org/media/logo :) so maybe we can synchronize that a bit more even.
On May 4, 2013, at 12:39 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
The previous version was findable from our websiteâ¦
http://www.pharo-project.org/pharo-download/media-files
I will clean this page up (added a TODO, will add a tracker entry).
Updated: http://www.pharo-project.org/pharo-download/media-files Marcus
As far as I could see by zooming right in and flipping between two tabs in a browser... The transition between the colours... * is blurred with logo.svg * is crisp with Pharo_Logo_v0.9.svg This is evident more in the bottom right of the logo. The red tinting of the tower... * extends further down to the base * only goes half way down cheers -ben Camillo Bruni wrote:
What is the difference to the previous SVG version?
http://files.pharo.org/media/logo/logo.svg
On 2013-05-04, at 10:53, Marcus Denker <marcus.denker@inria.fr> wrote:
On May 4, 2013, at 10:33 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
We got a nice contribution, as the author (CptFuture) is not subscribed to the list I forward it. (I will put it on the file server)
online here:
http://files.pharo.org/media/logo/Pharo%20Logo%20SVG/
Marcus
And here how it looks in Athens.. yeah SVG importer needs more love, but my hands is too busy right now :( AthensSceneView new scene: (AthensSVGConverter fromFile: 'logo.svg'); openInWindow But this version of svg is much better, because old one contained bitmap data ... (brrr). Thanks for taking care! -- Best regards, Igor Stasenko.
this is cool :) Stef On May 4, 2013, at 7:49 PM, Igor Stasenko <siguctua@gmail.com> wrote:
And here how it looks in Athens.. yeah SVG importer needs more love, but my hands is too busy right now :(
AthensSceneView new scene: (AthensSVGConverter fromFile: 'logo.svg'); openInWindow
But this version of svg is much better, because old one contained bitmap data ... (brrr). Thanks for taking care!
-- Best regards, Igor Stasenko. <Screen Shot 2013-05-04 at 7.43.25 PM.png>
On Sat, May 4, 2013 at 7:49 PM, Igor Stasenko <siguctua@gmail.com> wrote:
And here how it looks in Athens.. yeah SVG importer needs more love, but my hands is too busy right now :(
AthensSceneView new scene: (AthensSVGConverter fromFile: 'logo.svg'); openInWindow
But this version of svg is much better, because old one contained bitmap data ... (brrr).
Really? I created the previous version of the logo and the main problem was to remove bitmaps created during import from pdf and to be devoted to original as much as possible. I supposed I removed all of them. -- Pavel
Thanks for taking care!
-- Best regards, Igor Stasenko.
On 4 May 2013 20:03, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
On Sat, May 4, 2013 at 7:49 PM, Igor Stasenko <siguctua@gmail.com> wrote:
And here how it looks in Athens.. yeah SVG importer needs more love, but my hands is too busy right now :(
AthensSceneView new scene: (AthensSVGConverter fromFile: 'logo.svg'); openInWindow
But this version of svg is much better, because old one contained bitmap data ... (brrr).
Really? I created the previous version of the logo and the main problem was to remove bitmaps created during import from pdf and to be devoted to original as much as possible. I supposed I removed all of them.
the one i tried had bitmap data inside. And i do not remember where i took it from (yes, from media files somewhere.. and i don't even know who made it and when)..
-- Pavel
-- Best regards, Igor Stasenko.
participants (6)
-
Ben Coman -
Camillo Bruni -
Igor Stasenko -
Marcus Denker -
Pavel Krivanek -
stephane ducasse