Search found 8 matches

by lazygeorge
Sat Apr 09, 2011 2:04 am
Forum: Programming
Topic: How to get started on writing extensions
Replies: 2
Views: 9857

How to get started on writing extensions

Perhaps this part of the forum could begin by asking, What would you advise a novice programmer for how to go about learning to script Inkscape extensions? I am not really a programmer myself and struggled to find simple, clear documentation that would help me to write my own scripts. The documentat...
by lazygeorge
Thu Apr 07, 2011 9:58 pm
Forum: Inkscape Resources
Topic: New Extension: Plot text from csv file
Replies: 2
Views: 11084

New Extension: Plot text from csv file

Hi, Here is an extension to place text on a drawing from a csv file. This is useful if you want to plot map data etc. A csv file is needed with 3 columns - x position, y position and text (in that order). The csv file needs to have the fields separated by commas Copy the two files into your Inkscape...
by lazygeorge
Thu Apr 07, 2011 8:00 pm
Forum: SVG / XML Code
Topic: My extension script won't work. Plese help!
Replies: 1
Views: 2096

Re: My extension script won't work. Plese help!

Sorry, just me being dopey - There was an extra bracket in the line previous!
by lazygeorge
Thu Apr 07, 2011 7:35 pm
Forum: Feedback & Suggestions
Topic: Forum area for writing extensions?
Replies: 3
Views: 3498

Forum area for writing extensions?

I am beginning to wonder if this forum could include a section for writing extensions for inkscape.
The current help pages for writing extensions is a little limited for beginners like myself, who could benefit from advice from others.

Does anyone else share this view?
by lazygeorge
Thu Apr 07, 2011 7:29 pm
Forum: SVG / XML Code
Topic: My extension script won't work. Plese help!
Replies: 1
Views: 2096

My extension script won't work. Plese help!

Hi, I have spent a few weeks now getting to grips with writing extensions and I am getting stuck on this one: The script is very simple, it places text on the page using data from a csv file. The problem is it gives me an error at the point in the script where I try to set the text style. Here is th...
by lazygeorge
Fri Mar 04, 2011 7:19 am
Forum: SVG / XML Code
Topic: scaling text with extensions
Replies: 3
Views: 3406

Re: scaling text with extensions

Hi Brynn, Thanks for your quick reply. Although I would appreciate some help from a coder, I aknowledge the frustration someone may feel with dealing with beginners like myself! On the other hand, making the writings of extensions more accessible would surely be good for all of us. Even in the last ...
by lazygeorge
Fri Mar 04, 2011 6:09 am
Forum: SVG / XML Code
Topic: scaling text with extensions
Replies: 3
Views: 3406

scaling text with extensions

Hi, I have been learning how to script with python a few hours and looking at the svg codes for about the same time, so I admit I'm a bit clueless. I want to create an extension that scales text depending on it's virtical position on the canvas using a simple algorithm Here is my code so far: #!/usr...
by lazygeorge
Wed Mar 02, 2011 8:11 am
Forum: Help with using Inkscape
Topic: Extensions help - position of object
Replies: 0
Views: 1504

Extensions help - position of object

Hi, Just started looking into writing an extension using .inx file and python file. I want to do something very simple and was hoping somone could give me some pointers. I am tring to stretch images to be transfered to a globe. I want to apply a stretch transform to objects that varies depending on ...

Go to advanced search