(Reposting, not sure if the previous attempt got through. Apologies if this arrives twice.) Hi Peter, ... A few tips: * The path syntax for CircularTextTop and...
66053
PETER
peterbyers1...
Mar 21, 2013 7:07 am
Thanks Brian Blindness and Senility will be a great handicap to me if I make such elementary clangers - will try harder Thank you Pete (Northolt UK)...
66054
svgquestion
Mar 25, 2013 10:51 pm
Dear list, I have a very simple problem. I just would like to toggle the href attribute on a use element with onmouseover and onmouseout events. It works in...
66055
heldermagalhaes
Mar 29, 2013 11:54 pm
... Hi svgquestion, ... It's not *that* simple, it's even a somehow tricky situation as you are toggling the use target in runtime and the toggling itself is...
66056
wrinkledcheese
Mar 30, 2013 1:32 am
Hello all, I'm having some difficulty thinking of a way to do this without a lot of programming, and I figured a group dedicated to SVG development might be...
66057
Marty Sullivan
dark3251
Mar 31, 2013 2:16 am
I am trying to use the onfocusin/out events. They work on IE, Webkit, and Opera. They do not work in Firefox and mobile browsers. Has anyone found a workaround...
66058
heldermagalhaes
Mar 31, 2013 8:51 pm
... Hi wrinkledcheese, ... Checkout methods such as "getIntersectionList" and "getEnclosureList" (and/or their boolean counterparts, checkIntersection and...
66059
heldermagalhaes
Mar 31, 2013 10:21 pm
Follow-up on my previous post... ... Unfortunately, I thought this had landed already but it's not the case, so it's still not available in Firefox. :-( You...
66060
svgquestion
Apr 3, 2013 11:52 am
Hi Helder, thank you very much for your help and your explications !!! I just tried out your suggestion. It works in IE9. Unfortunatelly, there is still a...
66061
Zaphyr
dixxnet
Apr 3, 2013 4:42 pm
I wonder if anyone would be interested in being beta testers of an online SVG patterns generator. I would like the interface to be tested, not the code. If...
66062
Francis Hemsher
fhemsher
Apr 3, 2013 7:57 pm
... Sure, I'll be glad to help. I'm working something similar in a series of SVG tessellation web apps. I recently published an eBook as the first in this...
66063
PETER
peterbyers1...
Apr 12, 2013 8:13 am
A long time ago I wrote a large number of SVG scripts that worked on Internet Explorer with Adobe SVGview.exe. It was new technology and I am proud of those...
66064
Robert Longson
longsonr
Apr 12, 2013 8:20 am
https://jwatt.org/svg/authoring/ is a good read for such things. In it it says... in ASV it is possible to write code like this: ...
66065
PETER
peterbyers1...
Apr 12, 2013 8:39 am
Robert Thank you for your prompt reply Looked at the page suggested - found relevant part. Made changes suggested In http://sst-svg.co.uk/toyellow3.svg Not...
66066
David Dailey
ddailey@...
Apr 12, 2013 10:59 am
Hi Peter, A couple of things: 1. You might take a look at http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html . It was written at a time that the...
66067
th_w@...
th_w@ymail.com
Apr 12, 2013 12:48 pm
... This is a classic case for CSS. <style type="text/css"> path:hover { stroke:yellow; } </style> will do the job. It looks like this: ...
66068
PETER
peterbyers1...
Apr 12, 2013 2:04 pm
Thank you David The link that you gave showed me the way The result can be seen at http://sst-svg.co.uk/toyellow8.svg Most grateful Pete (Northolt UK)...
66069
al_i_bi_bi
Apr 19, 2013 9:50 pm
Hello, I start with SVG (sorry) and sorry twice for my poor english (i'm french) ... I try to call an external SVG (made with Illustrator) in an SVG using ... ...
66070
srcard
Apr 19, 2013 9:50 pm
Hi, I've exported some HTML / SVG from Visio. I'd like to hide some elements within it. The problem is that I'm unable to use jQuery selectors to get access...
66071
Bjoern Hoehrmann
hoermi
Apr 19, 2013 10:06 pm
... This looks like copied and pasted from some kind of document tree viewer as one may find them in some debuggers and development environments. I'd imagine...
66072
Bjoern Hoehrmann
hoermi
Apr 19, 2013 10:11 pm
... That probably depends a bit on what `Calque_1` is (is it a shape like <rect> or a <view> element or...), but you probably have to use <image> instead, if...
66073
David Dailey
ddailey@...
Apr 20, 2013 1:20 am
Hi folks, I'm pleased to announce that The Graphical Web (previously SVG Open) will be held in San Francisco this year at the Moscone Center. The dates will be...
66074
Roger F. Gay
rogerfgay
Apr 20, 2013 8:21 am
OK, well; for some of you, it may be less exciting than it is for me. My first HTML5 website is online. (I'll explain because it's in Swedish.) It's a dynamic...
66075
brianskold
Apr 22, 2013 12:24 am
... I think this may be the corresponding bug number: https://code.google.com/p/chromium/issues/detail?id=229081 PS- I'm having lots of trouble with Yahoo...
66076
Jason Barnabas
jtbarnabas
Apr 23, 2013 2:33 am
Roger F. Gay wrote: <snip>> I tried SVG to fashion the big buttons on the first page, ... <snip> ... Hey Truphone, One of the many things I like about using...
66077
al_i_bi_bi
Apr 23, 2013 12:29 pm
OK, but if i use an <image>tag instead of <use> tag, I have yet a problem with safari : If i zoom on my <image> it looks like bitmap image ... Also if i use...
66078
Arif Burhan
aburhan2000
Apr 23, 2013 12:30 pm
... From: Arif Burhan <aburhan2000@...> Subject: sunlight lighting model To: svg-developers@yahoogroups.com Date: Monday, 22 April, 2013, 2:11 ignore...
66079
Brian Birtles
bbirtles@...
Apr 23, 2013 12:30 pm
... I think this may be the corresponding bug number: https://code.google.com/p/chromium/issues/detail?id=229081...
66080
David Dailey
ddailey@...
Apr 23, 2013 12:51 pm
Just after sending the earlier note, we found that the three dates are still the same, but the workshop will be Monday the 21st, instead of the 23rd. These...
66081
David Dailey
ddailey@...
Apr 23, 2013 1:58 pm
Hi Brian, Thanks for the bug number, but I'm not sure quite how to read it. When I see the word "fixed" in the thread, does that mean that in some experimental...