Hello,
I just noticed that changing the color of a line won't change the color of the arrow-head. Is this on purpose? Is there are workaround other than drawing one's own arrow?
best regards Steffen
Quoth Steffen Glückselig on or about 2004-10-13:
Hello,
I just noticed that changing the color of a line won't change the color of the arrow-head. Is this on purpose? Is there are workaround other than drawing one's own arrow?
Ooh, ooh! I worked out how to fix this!
There's an example here:
http://yoyo.its.monash.edu.au/~trent/img/vector/auto-map/keyboard-template.s...
IIRC, you need to find / copy the relevant <marker> object and modify the path's style's stroke style (it should be #000000 by default).
-trent
On Thu, 14 Oct 2004 00:56:50 +1000, Trent Buck <fubarbaz@...104...> wrote:
I just noticed that changing the color of a line won't change the color of the arrow-head. Is this on purpose? Is there are workaround other than drawing one's own arrow?
Ooh, ooh! I worked out how to fix this!
There's an example here:
http://yoyo.its.monash.edu.au/~trent/img/vector/auto-map/keyboard-template.s...
IIRC, you need to find / copy the relevant <marker> object and modify the path's style's stroke style (it should be #000000 by default).
Shouldn't this be incorporated in the CVS?
best regards Steffen
Quoth Steffen Glückselig on or about 2004-10-14:
I just noticed that changing the color of a line won't change the color of the arrow-head. Is this on purpose? Is there are workaround other than drawing one's own arrow?
Ooh, ooh! I worked out how to fix this!
There's an example here:
http://yoyo.its.monash.edu.au/~trent/img/vector/auto-map/keyboard-template.s...
IIRC, you need to find / copy the relevant <marker> object and modify the path's style's stroke style (it should be #000000 by default).
Shouldn't this be incorporated in the CVS?
Well it's a document, not code. If you want to turn it into code I shan't stop you.
-trent
hi all
i'm working on graphics, for wich i need a clipart of a monitor. because i couldn't find any nice perstective pics of monitor, i draw some. they are not very nice, but work for me. exept that i can't resize them, because they get all mangled up. how come? isn't vector graphics all about lossless transformations?
i attached the file, with original, not resized drawing.
i need these for a flyer i'm creating in scribus. i'd really find useful any advice. otherwise, i'll have to use png exported pics...
regards, bostjan spetic
Hi Bostjan, Your monitors are resizing perfectly at this end using 041012 build and win2000.
vellum
----- Original Message ----- From: "Boštjan Špetič" <igzebedze@...82...> To: inkscape-user@lists.sourceforge.net Sent: Thursday, October 14, 2004 7:49 PM Subject: [Inkscape-user] problems with curves
hi all
i'm working on graphics, for wich i need a clipart of a monitor. because i couldn't find any nice perstective pics of monitor, i draw some. they are not very nice, but work for me. exept that i can't resize them, because they get all mangled up. how come? isn't vector graphics all about lossless transformations?
i attached the file, with original, not resized drawing.
i need these for a flyer i'm creating in scribus. i'd really find useful any advice. otherwise, i'll have to use png exported pics...
regards, bostjan spetic
Shouldn't this be incorporated in the CVS?
Well it's a document, not code.
But that document - I think we are talking about marker.svg in share/markers/ - is managed via CVS, isn't it? And since this change - making it possible to change colors of arrow-heads - should get into future versions - does it? - this should get into the CVS. Or am I mistagken?
best regards Steffen
Quoth Steffen Glückselig on or about 2004-10-14:
Shouldn't this be incorporated in the CVS?
Well it's a document, not code.
But that document - I think we are talking about marker.svg in share/markers/ - is managed via CVS, isn't it? And since this change - making it possible to change colors of arrow-heads
- should get into future versions - does it? - this should get into the
CVS. Or am I mistagken?
To clarify: the example SVG I linked to uses several different head colors, but those colors are entered as individual markers (i.e. mDOT, mDOT_red, mDOT_green,...). This isn't feasible to add into CVS, since there are 256**3 different colors in a #RRGGBB namespace.
To do it `properly', you'd need to add code to Inkscape to change the `fill-style:#000000' part of markers to whatever the line's path style was. And even then, it'd only be correct for markers that use a fill and no path color (markers are essentially (currently?) just a path object).
So you see, there's quite a bit of coding *and* design work, and frankly I don't have the familiarity with C++ or the Inkscape codebase to do it.
-trent
To clarify: the example SVG I linked to uses several different head colors, but those colors are entered as individual markers (i.e. mDOT, mDOT_red, mDOT_green,...).
Oh, I see, the workaround was just another hardcoded color. I assumed that the value would cause Inkscape to change the color of the head to the color of the line by adding or substracting color-values.
So I was mistaken. Thanks for clarifying.
regards Steffen
--- Trent Buck <fubarbaz@...104...> wrote:
To do it `properly', you'd need to add code to Inkscape to change the `fill-style:#000000' part of markers to whatever the line's path style was. And even then, it'd only be correct for markers that use a fill and no path color (markers are essentially (currently?) just a path object).
So you see, there's quite a bit of coding *and* design work, and frankly I don't have the familiarity with C++ or the Inkscape codebase to do it.
Me and bulia were discussing this on jabber last night. Since I can compile again and havent got anything active going at the minute, I'll look into how doable it is. Like you say, its quite a bit of work so i cant promise timescales but I'll see what i can do. :)
Incidentally, markers can be more than just path objects, but only if you put more than just paths in the definition - at the minute we only have pretty simple ones.
_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
See comments and workarounds and a fix plan here:
https://sourceforge.net/tracker/index.php?func=detail&aid=995815&gro...
On Thu, 14 Oct 2004 00:56:50 +1000, Trent Buck <fubarbaz@...104...> wrote:
Quoth Steffen Glückselig on or about 2004-10-13:
Hello,
I just noticed that changing the color of a line won't change the color of the arrow-head. Is this on purpose? Is there are workaround other than drawing one's own arrow?
Ooh, ooh! I worked out how to fix this!
There's an example here:
http://yoyo.its.monash.edu.au/~trent/img/vector/auto-map/keyboard-template.svg
IIRC, you need to find / copy the relevant <marker> object and modify the path's style's stroke style (it should be #000000 by default).
-trent
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
From MAILER-DAEMON Fri Oct 15 21:42:08 2004
MIME-Version: 1.0 In-Reply-To: <E1CIgO9-0006Ea-00@...286...> Message-Id: <VS22036-01@...287...> Content-Type: multipart/report; report-typeÞlivery-status; boundary="----------=_1097901512-22036-1" From: amavisd-new <postmaster@...287...> To: inkscape-user@lists.sourceforge.net Date: Sat, 16 Oct 2004 06:38:32 +0200 (CEST) X-Spam-Score: 0.1 (/) X-Spam-Report: Spam Filtering performed by sourceforge.net. See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func%C2%ADd&group_id=1&atid 0001 0.0 SF_CHICKENPOX_SLASH BODY: Text interparsed with / 0.0 SF_CHICKENPOX_MINUS BODY: Text interparsed with - 0.0 SF_CHICKENPOX_AT BODY: Text interparsed with @ 0.0 SF_CHICKENPOX_PERIOD BODY: Text interparsed with . 0.0 SF_CHICKENPOX_EQUAL BODY: Text interparsed with Subject: [Inkscape-user] VIRUS (Worm.SomeFool.P) IN MAIL FROM YOU Sender: inkscape-user-admin@lists.sourceforge.net Errors-To: inkscape-user-admin@lists.sourceforge.net X-BeenThere: inkscape-user@lists.sourceforge.net X-Mailman-Version: 2.0.9-sf.net Precedence: bulk Reply-To: inkscape-user@lists.sourceforge.net List-Unsubscribe: https://lists.sourceforge.net/lists/listinfo/inkscape-user, mailto:inkscape-user-request@lists.sourceforge.net?subject=unsubscribe List-Id: Inkscape User Community <inkscape-user.lists.sourceforge.net> List-Post: mailto:inkscape-user@lists.sourceforge.net List-Help: mailto:inkscape-user-request@lists.sourceforge.net?subject=help List-Subscribe: https://lists.sourceforge.net/lists/listinfo/inkscape-user, mailto:inkscape-user-request@lists.sourceforge.net?subject=subscribe List-Archive: http://sourceforge.net/mailarchive/forum.php?forum=inkscape-user
This is a multi-part message in MIME format...
------------=_1097901512-22036-1 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline
VIRUS ALERT
Our content checker found virus: Worm.SomeFool.P in email presumably from you (inkscape-user@lists.sourceforge.net), to the following recipient: -> shooby@...284...
Please check your system for viruses, or ask your system administrator to do so.
Delivery of the email was stopped!
For your reference, here are headers from your email: ------------------------- BEGIN HEADERS ----------------------------- Return-Path: inkscape-user@lists.sourceforge.net Received: from barack.fsf.hu (office.fsf.hu [195.56.172.143]) by www.happydent.hu (Postfix) with ESMTP for <shooby@...284...>; Sat, 16 Oct 2004 06:38:24 +0200 (CEST) Received: from mail by barack.fsf.hu with spam-scanned (Exim 3.35 #1 (Debian)) id 1CIgOA-0006Ef-00 for <shooby@...285...>; Sat, 16 Oct 2004 06:41:54 +0200 Received: from 69-169-20-113.anhmca.adelphia.net ([69.169.20.113] helo=gnome.hu) by barack.fsf.hu with esmtp (Exim 3.35 #1 (Debian)) id 1CIgO9-0006Ea-00 for <shooby@...285...>; Sat, 16 Oct 2004 06:41:53 +0200 From: inkscape-user@lists.sourceforge.net To: shooby@...285... Subject: Re: SMTP Server Date: Fri, 15 Oct 2004 21:41:53 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016----=_NextPart_000_0016" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <E1CIgO9-0006Ea-00@...286...> -------------------------- END HEADERS ------------------------------
------------=_1097901512-22036-1 Content-Type: message/delivery-status Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Description: Delivery error report
Reporting-MTA: dns; www.happydent.hu Received-From-MTA: smtp; www.happydent.hu ([127.0.0.1]) Arrival-Date: Sat, 16 Oct 2004 06:38:24 +0200 (CEST)
Final-Recipient: rfc822; shooby@...284... Action: failed Status: 5.7.1 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id"036-01 - VIRUS: Worm.SomeFool.P Last-Attempt-Date: Sat, 16 Oct 2004 06:38:32 +0200 (CEST)
------------=_1097901512-22036-1 Content-Type: text/rfc822-headers Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-Description: Undelivered-message headers
Received: from barack.fsf.hu (office.fsf.hu [195.56.172.143]) by www.happydent.hu (Postfix) with ESMTP for <shooby@...284...>; Sat, 16 Oct 2004 06:38:24 +0200 (CEST) Received: from mail by barack.fsf.hu with spam-scanned (Exim 3.35 #1 (Debian)) id 1CIgOA-0006Ef-00 for <shooby@...285...>; Sat, 16 Oct 2004 06:41:54 +0200 Received: from 69-169-20-113.anhmca.adelphia.net ([69.169.20.113] helo=gnome.hu) by barack.fsf.hu with esmtp (Exim 3.35 #1 (Debian)) id 1CIgO9-0006Ea-00 for <shooby@...285...>; Sat, 16 Oct 2004 06:41:53 +0200 From: inkscape-user@lists.sourceforge.net To: shooby@...285... Subject: Re: SMTP Server Date: Fri, 15 Oct 2004 21:41:53 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016----=_NextPart_000_0016" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <E1CIgO9-0006Ea-00@...286...>
------------=_1097901512-22036-1--
participants (6)
-
Boštjan Špetič
-
bulia byak
-
John Cliff
-
Steffen Glückselig
-
Trent Buck
-
vellum