It is the most recent version you can run if you are still on Snow Leopard - and yes there are some good reasons to still be on Snow - at least on this machine.
I have a QuadG5 dedicated to Tiger … for just one app.
My missus (the teacher) has a bucket load of teaching resources created in Claris/Apple Works so I have to keep a Snow machine just for her - or divorce will ensue!
When I get the cash there is a new 27 iMac Retina with my name on it and she can do what she likes with this one!
After an immense amount of ‘fiddling around’ I discovered that when I edit the SVG in TextEdit, something goes wrong. Sometimes the SVG shows an error (for its Finder icon too).
I found that if I edit the SVG directly in Safari (didn’t know I could do that until an hour ago) and copy paste the code into the SVG file, thus replacing the original code, then it works. Sigh …
However, in FW, I find that my SVG’s graphic box extends beyond the page boundaries for smaller devices (iOS)
and unlike other items, if I change it on one of the smaller page sizes, it changes everywhere! I would like to have the graphic slightly larger on the smaller devices.
Download TextWrangler (free!) from http://barebones.com and use that instead of TextEdit. I am not 100% certain that this is your issue, but it’s an excellent place to start.
Download TextWrangler (free!) from http://barebones.com and use that instead of TextEdit. I am not 100% certain that this is your issue, but it’s an excellent place to start.
Walter
Thanks Walter.
I already have TextWrangler, but it seems only ‘as confusing’ as doing it directly in Safari.
Regarding the SVG Action …
Inspired by Dave, I had a look in Safari 4.1.3 in Tiger and the page loads without the logo. If I resize the page the logo appears. Also, I’m guessing it’s a jpeg, because it has lost its transparency and just has a white background.
Is there anything I can do about either, or both of these issues?
Don’t know if any of you checked out Affinity Designer, but I have to say … they are seriously keen.
2 hours after I posted the fix that you guys suggested (I also linked to this thread) to the beta forum where I had asked the question about their SVG export, I get this message :
"Just to let you know, I’ve updated the export code to automatically set the width/height to percentages and add the relevant viewBox. In the next beta version your SVG export should just magically work without requiring fettling! "
“Just to let you know, I’ve updated the export code to automatically set the width/height to percentages and add the relevant viewBox. In the next beta version your SVG export should just magically work without requiring fettling! smiley “
Impressive.
That is impressive - I will take a look at AD
However, in FW, I find that my SVG’s graphic box extends beyond the page boundaries for smaller devices (iOS)
If I resize the page the logo appears
Bigger I assume? - I suspect that because your viewbox is now so large (viewBox=“0 0 760 64”) that may give you issues in Safari 4 and smaller mobile devices.
The whole point of SVG is that you can start with a small image and it will rescale perfectly.
I finally understood how to make it fit Dave. Seems okay now, even on iOS.
Of course, I had made the SVG large, thinking there was something important about initial fixed sizes … but inevitably there isn’t. Ironically, I’m one of the very few photographers who works with a vector based retouching app., so I should know better!
I’ll check Safari 4 tomorrow, I’d assumed that it wasn’t able to use the SVG, but you think it’ll work if it’s smaller?