From 86ec9a0343213cfd160cb1c746bb1fe19a6d9dc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Fri, 12 May 2006 05:29:51 +0000 Subject: [PATCH] linewidth -> linestyle and be more verbose about partially skipping the stroking the original path git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2654 069f4177-920e-0410-937b-c2a4a81bcd90 --- examples/drawing/arrow.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/drawing/arrow.txt b/examples/drawing/arrow.txt index 687b3790..3ae7c01a 100644 --- a/examples/drawing/arrow.txt +++ b/examples/drawing/arrow.txt @@ -38,11 +38,11 @@ delegation feature. default, the question is, whether and how such a feature can be removed. This is done by ''clear'' instances available as a `clear` class attribute. Hence in case of `deco.filled` it is available as `deco.filled.clear`. When you add this -attribute to the earrow call, you will see that the blue line is not stroked -inside the arrowhead. +attribute to the earrow call, the arrowhead will not be filled anymore and you +will notice that the blue line is not stroked inside the arrowhead. !! You might also have noticed, that the dashed linestyle is not used when stroking the arrowhead. This is similar to the default `filled` feature of the -arrowhead: The arrowhead merges a `style.linewidth.normal` to ensure a solid -line. Instead of manually setting `style.linewidth.dashed` in the arrowhead you -could use `style.linewidth.clear` to restore the setting of the path. +arrowhead: The arrowhead merges a `style.linestyle.normal` to ensure a solid +line. Instead of manually setting `style.linestyle.dashed` in the arrowhead you +could use `style.linestyle.clear` to restore the linestyle setting of the path. -- 2.11.4.GIT