14,300 reputation
12037
bio website my.opera.com/macdev_ed
location
age
visits member for 4 years, 1 month
seen 16 hours ago
stats profile views 1,678

21h
reviewed Approve suggested edit on openMP chunk and cache size
23h
answered SVG polar gradients
1d
awarded  Guru
1d
comment How to get Raphael XML string in Explorer 8?
In IE8 and lower Raphaël produces VML, not SVG. github.com/ElbertF/Raphael.Export (mentioned above) seems like a good candidate.
1d
comment SVG and CSS properties in the same file
In spec terms there's no such thing as an 'SVG property' (except perhaps as an informal way of indicating that these properties at this given point in time apply only to svg content). stroke is a real CSS property (just like any other CSS property), the only difference is that it's defined in the svg specification, and as such is only required when the UA supports svg. There are several examples where properties originally defined in svg have moved over to CSS specifications, pointer-events being one.
1d
comment Multiple SVG radial gradients
SVG 1.1 doesn't support multiple paint servers directly indeed. SVG2 on the other hand, might, see w3.org/2013/06/03-svg-minutes.html#item10.
1d
answered SVG and CSS properties in the same file
1d
comment White font becomes grey on mobile & SVG not loaded by Opera?
Is it possible that Opera loaded some of the svgs before you managed to set the load event listener? Any difference if you use 'onload' attributes instead?
Jun
13
comment Can an SVG object have both a fill colour and a fill pattern?
@Lianzinho you should create a new question for that, with more details.
Jun
13
comment Masking an image cross browser ( IE9 >)
An example: dev.w3.org/SVG/profiles/1.1F2/test/svg/masking-path-11-b.svg
Jun
13
comment Masking an image cross browser ( IE9 >)
You could do the whole thing as an svg perhaps? Masks inside svg should work.
Jun
13
comment Accessing Container HTML elements through Javscript linked in SVG
Similar to stackoverflow.com/questions/10485232/…
Jun
12
awarded  svg
Jun
10
reviewed Approve suggested edit on upload photo with jquery with form input file
Jun
10
reviewed Approve suggested edit on Showing image inside hexagon with html5 and kineticjs
Jun
10
reviewed Approve suggested edit on Compare dates with specified format in Javascript
Jun
10
reviewed Approve suggested edit on VBA:Editor. How to collapse worksheets by default
Jun
10
reviewed Approve suggested edit on What is meant by the rel=“bookmark” link attribute?
Jun
10
revised SVG <use> scales but <image> not
added 3 characters in body; edited tags
Jun
10
answered Manipulating SVG via javascript, stuck on load event