Re: [Inkscape-user] SVG Fonts
![](https://secure.gravatar.com/avatar/bb65b6b3a109d97cf9f8d6c014ede042.jpg?s=120&d=mm&r=g)
On Fri, 25 Feb 2005 15:51:15 -0800, Landon Blake <lblake@...732...> wrote:
This is something I might be able to work on.....I've just begun learning C and GTK GUI programming, so that I can contribute to Inkscape development.
Any idea how I might get started?
Attached is an archive of several files that someone called massifr (sorry I don't know the real name) created some time ago. This is a beginning of implementation of svg:font, svg:fontface and svg:glyph. Really the files are almost placeholders, with little real code, but you still can use them as the starting point. The author (his email is in the files headers) said he won't continue to work on them, but you can contact him with questions. (As well as any of the developers, of course - use the devel list and the jabber channel for any questions you might have.)
![](https://secure.gravatar.com/avatar/6a42dd6e7ca9a813693714b0d9aa1ad8.jpg?s=120&d=mm&r=g)
Can Inkscape plot survey data at present? What I mean is: Can we lay down a line A to B with a distance in say metres and a bearing relative to North vertical and plotted clockwise? And then a line B to C etcetera. The sort of data it would be valuable to plot are:
Point Point Distance (metres or scaled) Bearing (angle clockwise in degrees from vertical) A B 12.5 25 B C 4.3 328 C D 16.7 85 D E 8.6 45.2
To do this we need lines to be drawn in terms of distance and angle rather than what appears to be the current X and Y positions of the point. Maybe this can be set at present. If so I cannot find it-
Another use of this would be to obtain distance and bearing between two points from a map scan. Again a very useful result which may already be possible.
Any help here? I seem to remember that at some very early stage in Inkscape this was possible.......sort of....but I cannot find it now.
I'll put it in as a request but thought I'd ask first.
Erik
![](https://secure.gravatar.com/avatar/f7eaf9acb0291a90f913048b3f780c5b.jpg?s=120&d=mm&r=g)
Erik asked:
----- Original Message ----- From: "Erik" <kaver@...68...> To: inkscape-user@lists.sourceforge.net; inkscape-devel@lists.sourceforge.net Sent: Saturday, February 26, 2005 7:24 PM Subject: [Inkscape-devel] Survey data? Can this be done at present?
Can Inkscape plot survey data at present? What I mean is: Can we lay down a line A to B with a distance in say metres and a bearing relative to North vertical and plotted clockwise? And then a line B to C etcetera. The sort of data it would be valuable to plot are:
Point Point Distance (metres or scaled) Bearing (angle clockwise in degrees from vertical) A B 12.5 25 B C 4.3 328 C D 16.7 85 D E 8.6 45.2
To do this we need lines to be drawn in terms of distance and angle rather than what appears to be the current X and Y positions of the point. Maybe this can be set at present. If so I cannot find it-
Another use of this would be to obtain distance and bearing between two points from a map scan. Again a very useful result which may already be possible.
Any help here? I seem to remember that at some very early stage in Inkscape this was possible.......sort of....but I cannot find it now.
I'll put it in as a request but thought I'd ask first.
Erik
Erik
The only way I could see to do this is to have a spreadsheet with a table with functions that convert the bearing into "x" and "y" dimensions/coordinates, which you could then, it seems to me in theory, plot in Inkscape. The main bit of work would be setting up the spreadsheet functions but once done it should be relatively easy.
Adam
![](https://secure.gravatar.com/avatar/ea82b036a537a86ff8f886e89f2c5944.jpg?s=120&d=mm&r=g)
On Sat, 2005-02-26 at 20:24 +1100, Erik wrote:
Can Inkscape plot survey data at present? What I mean is: Can we lay down a line A to B with a distance in say metres and a bearing relative to North vertical and plotted clockwise? And then a line B to C etcetera. The sort of data it would be valuable to plot are:
I think this would be a good place to use SVG::Graph
http://search.cpan.org/~allenday/SVG-Graph-0.01/Graph.pm
If you wrote the Perl script so that it takes in a file as a parameter, it could be tied into Inkscape using Input extensions.
--Ted
participants (4)
-
Adam Pearson
-
bulia byak
-
Erik
-
Ted Gould