[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnewsense-dev] Download button SVG
From: |
Luis Felipe Lopez Acevedo |
Subject: |
Re: [Gnewsense-dev] Download button SVG |
Date: |
Tue, 25 Aug 2009 17:18:58 -0500 |
El mar, 25-08-2009 a las 22:47 +0200, Sam Geeraerts escribió:
> I finally managed to figure out how to scale our download button in SVG
> format [1]. A blueprint for Inkscape [2] pointed me in the right
> direction. I'm using a manually edited copy of the button now [3]. I
> added these attributes to the svg element:
>
> preserveAspectRatio="xMinYMin meet"
> viewBox="0 0 265 80"
>
> Seeing as nothing happened with the blueprint, I suppose Inkscape
> doesn't support this yet.
>
Nice. Thanks for the info.
> I'll figure out some other time why linking from the button (object
> element) doesn't work.
>
I tryed in different ways to do that too but the only thing that works
is creating the link in the svg[1] file itself. See this example:
http://introsmedia.tuxfamily.org/svg_test/svg_link.html
1. http://www.w3.org/TR/SVG11/linking.html