Search found 3 matches
- Thu Aug 22, 2013 5:54 pm
- Forum: SVG / XML Code
- Topic: Using xml tags in svg
- Replies: 4
- Views: 4479
Re: Using xml tags in svg
Are there other conditions ? This works (tested in Chromium) but maybe it won't fit your needs : it moves the node one level upwards <svg id="svg" onload="init(evt)" width="600px" height="400px" viewBox="0 0 600 400" xmlns="http://www.w3.org/20...
- Tue Aug 20, 2013 6:32 pm
- Forum: SVG / XML Code
- Topic: Using xml tags in svg
- Replies: 4
- Views: 4479
Re: Using xml tags in svg
My task - view svg in browser. The main condition - tag <g> is the child of tag <YYY>. <svg width="600px" height="400px" viewBox="0 0 600 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> <YYY...
- Wed Aug 14, 2013 6:09 pm
- Forum: SVG / XML Code
- Topic: Using xml tags in svg
- Replies: 4
- Views: 4479
Using xml tags in svg
Hello all. I have a next code. [svg]<svg width="600px" height="400px" viewBox="0 0 600 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> <YYY> <g class='xxx:signal-class' transform="trans...