Hi to all,
I do not like the provided arrows (line ends), see attachment "I_dont_like.png" but want to have a much more simpler one, like in technical drawings, see attachment "I_like.png".
Is there a way to do this, e.g. by importing arrow styles?
kind regards
RockOn
change arrow style to a simple one
change arrow style to a simple one
- Attachments
-
- that's the way I like them
- I_want.png (4.78 KiB) Viewed 2952 times
-
- that's the standard inkscape arrow
- I_dont_want.png (5.01 KiB) Viewed 2952 times
Re: change arrow style to a simple one
Hello:
Type Ctrl+Shift+F. In the stroke style panel, in the markers section, if you go down to the list you will found that kind of arrows. Maybe not with that proportions, but with the style you want.
Also:
http://tavmjong.free.fr/INKSCAPE/MANUAL ... ke-Markers
Type Ctrl+Shift+F. In the stroke style panel, in the markers section, if you go down to the list you will found that kind of arrows. Maybe not with that proportions, but with the style you want.
Also:
http://tavmjong.free.fr/INKSCAPE/MANUAL ... ke-Markers
If you have problems:
1.- Post a sample (or samples) of your file please.
2.- Please check here:
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html
3.- If you manage to solve your problem, please post here your solution.
1.- Post a sample (or samples) of your file please.
2.- Please check here:
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html
3.- If you manage to solve your problem, please post here your solution.
Re: change arrow style to a simple one
Hi,
which one do you mean? The only one would be "TriangleInL" but with totally wrong proportions. Can I change them?
kr
RockOn
which one do you mean? The only one would be "TriangleInL" but with totally wrong proportions. Can I change them?
kr
RockOn
- flamingolady
- Posts: 687
- Joined: Wed Jun 10, 2009 1:40 pm
Re: change arrow style to a simple one
I would also suggest just drawing your own, that way the proportions are always correct.
But, I was wondering if you do draw your own, if there's a way that you could add it into the default arrows? I don't know how to do it, but maybe there's some sort of code someone could write to add it? Someone with more expertise than me might be able to answer that question... Just a thought.
But, I was wondering if you do draw your own, if there's a way that you could add it into the default arrows? I don't know how to do it, but maybe there's some sort of code someone could write to add it? Someone with more expertise than me might be able to answer that question... Just a thought.
Re: change arrow style to a simple one
inkscape>share>tutorials>making_markers.svg wrote:
Making Markers : A short howto by John Cliff (Simarilius)
Creating a new marker is pretty simple, just follow the steps below:
* Draw the marker you want on the left end of the red line at the top left of this page,
pointing left (unless you want it to point into the line when applied as a marker)
* Apply the "template" marker to any other line in the file (thats what I use the box
around the red line for)
* Open the XML Editor (Shift-Ctrl-X)
* Expand the <defs>, and find the marker with id="template"
* Expand the template marker, and delete its contents
* Rename the marker to something more descriptive by editing its id
* Drag the shape that you created for your marker from the document section
of the XML editor onto the empty marker, so that it becomes the child.
* Apply your new marker to a line to check that it looks how you expected
* Copy the <marker> from here to markers.svg to make the new marker available to all
inkscape sessions. This is easiest to do with a text editor at the moment.
If you make some cool markers, we'd love to see 'em (and include them in markers.svg
if you're willing). Drop a note to the users mailing list, it's always nice to see the end product.
Hope that's helpful,
John
Never really checked these tutorials, found them accidentally when I was searching for that gtk save as icon for Brynn's project.
Re: change arrow style to a simple one
thanks a lot
info:
- creating a new marker via " Object → Object to Marker" (http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Attributes-Stroke.html#Attributes-Stroke-Markers) works fine. Drawbacks i) strange marker names ii) only available in this document --> copy and paste a line with the attached markers to another document makes them available there
- editing "share/inkscape/markers/markers.svg" (http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Customize-Files.html#Customize-Files-Markers) does not work for me
regards
RockOn
info:
- creating a new marker via " Object → Object to Marker" (http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Attributes-Stroke.html#Attributes-Stroke-Markers) works fine. Drawbacks i) strange marker names ii) only available in this document --> copy and paste a line with the attached markers to another document makes them available there
- editing "share/inkscape/markers/markers.svg" (http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Customize-Files.html#Customize-Files-Markers) does not work for me
regards
RockOn
- flamingolady
- Posts: 687
- Joined: Wed Jun 10, 2009 1:40 pm
Re: change arrow style to a simple one
Fabulous find Lazur! I thought I had seen something ages ago like this. When I'm better, I may give this a try, but I'd love to see what folks come up with!