Thanks!
Well, it's not actually a Inkscape question, it's really an SVG question and I'm having trouble finding many SVG forums - any suggestions?
I have SVG text that has an animated GIF as a background and wanted text fill to switch to yellow when the link is clicked.
This CSS works:
.text:hover { fill: url(#p-animated-graphic); text-decoration: none; stroke: yellow; stroke-width: 1; stroke-opacity: 1; text-shadow: 5px 5px 5px #000000; }
But this CSS doesn't:
.text:active { fill: yellow; text-decoration: none; stroke: #EEEEEE; stroke-width: 1; stroke-opacity: 1; text-shadow: 5px 5px 5px #000000; }
Plus, something is odd with the text-stroke. Details at http://www.inkscapeforum.com/viewtopic.php?f=16&t=31812
Webpage is http://jlrmaps.com
Paul
On Wed, Feb 15, 2017 at 2:35 PM, Chris Tooley <euxneks@...155...> wrote:
Hi Paul,
In general, don't ask to ask, just ask ;)
For me, I usually post in as many places as I can - but I try whatever forum/list is most populous first, wait a day or so, then continue on from there with other places.
-Chris
On Wed, Feb 15, 2017 at 10:28 AM, PipingDesignCentral . <pipingdesigner@...155...> wrote:
Is it OK if I post an SVG-related question both at http://www.inkscapeforum.com AND here?