Search found 3 matches
- Fri Nov 08, 2013 8:37 am
- Forum: Help with using Inkscape
- Topic: svg problems, fonts, onchange
- Replies: 5
- Views: 1799
Re: svg problems, fonts, onchange
Problem solved. I followed Lazur's advice and got the events working as combined paths. My next problem was passing the cursor over each word made it flicker because if the cursor wasn't directly over a character, it would regard this as a mouse out event. To solve this problem, I used the bezier/li...
- Fri Nov 08, 2013 4:52 am
- Forum: Help with using Inkscape
- Topic: svg problems, fonts, onchange
- Replies: 5
- Views: 1799
Re: svg problems, fonts, onchange
Fantastic feedback folks. I'll try your suggestions and let you know how it goes.
Regards,
Al
Regards,
Al
- Tue Nov 05, 2013 2:29 am
- Forum: Help with using Inkscape
- Topic: svg problems, fonts, onchange
- Replies: 5
- Views: 1799
svg problems, fonts, onchange
Hi, I started working on a website for a my wifes new business. I'm a developer by trade, but new to using svg interactively in websites. I made a header with links in inkscape. after some digging I found I could use the svg events to make the separate text objects into interactive links. My javascr...