Search found 6 matches

by seeminglee
Sat Jul 04, 2009 9:42 pm
Forum: Help with using Inkscape
Topic: Inkscape Extension implementation difficulties
Replies: 10
Views: 3795

Re: Inkscape Extension implementation difficulties

Thanks for the link to heathenx' extension -- which helped me figure out:

    * why it's still not working after fixing the typo
    * sys path requirements for all platforms
    * more efficient xpath implementation

All good stuff--in addition to finding interesting stuff on the blog :)

Cheers,
See-ming
by seeminglee
Fri Jul 03, 2009 9:00 pm
Forum: Help with using Inkscape
Topic: Inkscape Extension implementation difficulties
Replies: 10
Views: 3795

Re: Inkscape Extension implementation difficulties

awesome--and thanks for the quick reply.

I'm currently using Eclipse so until I hunt down a relaxng xml validation plugin, the devel thread from your last post definitely helps!
by seeminglee
Fri Jul 03, 2009 8:19 pm
Forum: Help with using Inkscape
Topic: Inkscape Extension implementation difficulties
Replies: 10
Views: 3795

Re: Inkscape Extension implementation difficulties

Thank you so much for spotting my silly mistakes!

...which I'd add that it'll more easily avoidable if there's an XML schema (or perhaps a DTD) which would allow me to validate against in the future :)

Cheers,
See-ming
by seeminglee
Fri Jul 03, 2009 2:00 pm
Forum: Finished Inkscape Work
Topic: Your first Inkscape drawing
Replies: 236
Views: 199911

Re: Your first Inkscape drawing

Here's mine - I did some post-processing in GIMP but the core elements are in Inkscape. If you're interested in my source, it's here http://code.google.com/p/sml-ubuntu-themes/source/browse/#svn/trunk/karmic-koala-9.10/background/tranquil-aspiration - I submitted it for consideration for Ubuntu 9.10...
by seeminglee
Fri Jul 03, 2009 1:40 pm
Forum: Help with using Inkscape
Topic: Inkscape + Python = vectorize???
Replies: 9
Views: 7740

Re: Inkscape + Python = vectorize???

fyi, I've been trying to do exactly what you're after and I thought that I'd share another approach for you to potrace multi-color image: I came across this awesome tutorial for vectoring images from an uber-geek's website: Automatic Generation of Stained Glass from Scanned Photos by C. Scott Anania...
by seeminglee
Fri Jul 03, 2009 1:00 pm
Forum: Help with using Inkscape
Topic: Inkscape Extension implementation difficulties
Replies: 10
Views: 3795

Inkscape Extension implementation difficulties

Hi, I've been trying to write my Inkscape extensions but kept on getting dependency errors when I try to run it. I'm wondering if anyone can help me out? My code and error message below: ~/.inkscape/extensions/clear_all_guides.inx <?xml version="1.0" encoding="UTF-8"?> <inkscape-...

Go to advanced search