[solved] Remove arrow on square

Post questions on how to use or achieve an effect in Inkscape.
User avatar
Grobe
Posts: 411
Joined: Tue Feb 02, 2010 2:20 am

[solved] Remove arrow on square

Postby Grobe » Fri Oct 15, 2010 2:08 am

Hi.

This is possible a bug that still remains in version 0.48+devel r9797.

The global settings for :tool_rectangle: is to use last used style. Unfortunately, Inkscape don't seem to bother what kind of object that this style arrives from. In this case from a :tool_pen: .

So here I have a :tool_selector: that is sticked together to a :tool_rectangle: .

Anybody here capable to remove the arrow?
Attachments
antivirtualisering3.svg
Square with arows. Cannot easilly be removed.
(22.4 KiB) Downloaded 209 times
Last edited by Grobe on Sat Oct 23, 2010 12:31 am, edited 1 time in total.
:lol:

~suv
Posts: 2272
Joined: Sun May 10, 2009 2:07 am

Re: Remove arrow on square

Postby ~suv » Sat Oct 16, 2010 2:22 am

Grobe wrote:Anybody here capable to remove the arrow?

You can remove the marker via XML EDitor:
  1. select the rectangle
  2. open XML Editor
  3. select 'style' attribute of the rectangle (upper right pane)
  4. remove the marker definition from the style attribute (lower right pane)

    Code: Select all

    marker-end:url(#Arrow1Lend);
  5. click 'Set'
related: Bug #420202 in Inkscape: “Rectangle start marker - cannot turn of

User avatar
Grobe
Posts: 411
Joined: Tue Feb 02, 2010 2:20 am

Re: Remove arrow on square

Postby Grobe » Sat Oct 23, 2010 12:30 am

Thanks Suv. Problem solved - altought bug is persistent in latest version :(
:lol:

C.Rogers
Posts: 5
Joined: Sun Sep 29, 2013 6:19 am

Re: [solved] Remove arrow on square

Postby C.Rogers » Thu Feb 21, 2019 9:51 pm

Another thing that "fixes" the problem is to convert the object to path

1. Path > Object to Path
2. Change arrow head to none

This bug seems to only be an issue with objects.
IMHO, arrowheads should never be drawn on a closed path, as it is always a mistake.
The point of start and end arrowheads are to show the start and end of a line segment (path). A loop does not have a start and end, so arrowheads should never be used on any closed path.

My 2p

Moini
Posts: 3381
Joined: Mon Oct 05, 2015 10:44 am

Re: [solved] Remove arrow on square

Postby Moini » Fri Feb 22, 2019 9:35 am

How would Inkscape know if a marker is an arrow or something else?

You mean start / end markers, probably?
Something doesn't work? - Keeping an eye on the status bar can save you a lot of time!

Inkscape FAQ - Learning Resources - Website with tutorials (German and English)


Return to “Help with using Inkscape”