Search found 5 matches
- Fri Sep 23, 2011 6:30 am
- Forum: SVG / XML Code
- Topic: Searching for parents
- Replies: 1
- Views: 1797
Searching for parents
Hi! Few day later i starting my own tiny game engine to play svg-animation. When i trying to improving this, i erase out lots of id. But one problem i find as very hard! Why i can to find all <use ... href='#Ball'/> directly from all using of my <defs><g id='Ball'> in my script? Thanks! Here my code:
- Wed Jun 09, 2010 10:41 am
- Forum: SVG / XML Code
- Topic: Mountain real-time generation
- Replies: 3
- Views: 2098
Mountain real-time generation
So, after experiments i did create my primitive and buggy, but working algorithm
- Sat Jun 05, 2010 9:02 am
- Forum: SVG / XML Code
- Topic: Mountain real-time generation
- Replies: 3
- Views: 2098
Mountain real-time generation
In the book of 1985 about computer technology i find a simple and very interesting algorithm for mountain building from the triangles divisions by ©IBM. But in the web in the all times i can't find this. Can You hint me? :?: For example my InkScape hand-work for demo this algorithm step-by-step... P...
- Fri May 28, 2010 6:52 am
- Forum: SVG / XML Code
- Topic: SVG: Text as mask
- Replies: 4
- Views: 4178
SVG: Text as inverting mask
Thanks! ;) But generated svg with that method is too inflated than my manual svg-file :roll: Inkscape interesting soft, but when i start to draw my first horse for few minutes from easy hand, program doing fatal error and my work being lost. I'm not artist and this work can't to reproduct. So sorry ...
- Thu May 27, 2010 9:02 am
- Forum: SVG / XML Code
- Topic: SVG: Text as mask
- Replies: 4
- Views: 4178
SVG: Text as mask
Hello! I'm starting to lerning for svg-graphics. But some my questions is not resolved with google and manuals. So, I needing for next picture svg_mask.gif and writed next code in notepad <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "...