Search found 3 matches
- Sun Jan 15, 2012 7:10 am
- Forum: SVG / XML Code
- Topic: svg in html/js
- Replies: 2
- Views: 3805
Re: svg in html/js
I fixed the problem by getting rid of the onclick from the submit button and modifying the opening form tag to: <form action="javascript:createRect()">. I also don't need the <rect> tags since they are being created. This site was also helpful: http://www.alistapart.com/articles/get-ready-...
- Wed Jan 11, 2012 12:47 am
- Forum: SVG / XML Code
- Topic: svg in html/js
- Replies: 2
- Views: 3805
svg in html/js
Hello everyone, I'm new to SVG and have been playing around with it for a few days now and I have a problem I was hoping someone could help me solve. I tried to drop SVG straight into.html
- Mon Jan 09, 2012 3:59 am
- Forum: Off topic
- Topic: Any AutoCAD users here?
- Replies: 9
- Views: 8395
Re: Any AutoCAD users here?
Hello! I am a Mechanical Engineer and AutoCAD user ...but I primarily use Solidworks. I stumbled about Inkscape and SVG in search of a way to develop a sort of interactive drawing that can be manipulated by customers on the web to fit their requirements then and sent to the shop for production. But ...