[lasem] svg_view: finish fix of marker angle.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] svg_view: finish fix of marker angle.
- Date: Thu, 11 Oct 2012 06:47:33 +0000 (UTC)
commit adc0ccccf820afd513f7e6929dd0fed6cab645d3
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Wed Oct 10 20:14:34 2012 +0200
svg_view: finish fix of marker angle.
This patch handle the case where a point and a control point of a
curve are at the same position.
src/lsmsvgview.c | 46 +++++--
tests/data/svg/misc/arrows.png | Bin 1880 -> 2901 bytes
tests/data/svg/misc/arrows.svg | 278 ++++++++++++++++++++++++++++++++++++---
tests/data/svg/misc/arrows2.png | Bin 0 -> 3191 bytes
tests/data/svg/misc/arrows2.svg | 171 ++++++++++++++++++++++++
5 files changed, 467 insertions(+), 28 deletions(-)
---
diff --git a/src/lsmsvgview.c b/src/lsmsvgview.c
index ad8f5d4..e45af44 100644
--- a/src/lsmsvgview.c
+++ b/src/lsmsvgview.c
@@ -969,17 +969,27 @@ paint_markers (LsmSvgView *view)
} else if (next_data == NULL ||
next_data->header.type == CAIRO_PATH_MOVE_TO) {
marker = marker_end;
- if (type == CAIRO_PATH_CURVE_TO)
- angle = atan2 (y - data[2].point.y,
- x - data[2].point.x);
- else
+ if (type == CAIRO_PATH_CURVE_TO) {
+ if (y != data[2].point.y ||
+ x != data[2].point.x)
+ angle = atan2 (y - data[2].point.y,
+ x - data[2].point.x);
+ else
+ angle = atan2 (y - data[1].point.y,
+ x - data[1].point.x);
+ } else
angle = atan2 (y - prev_y, x - prev_x);
} else if (data->header.type == CAIRO_PATH_MOVE_TO) {
marker = marker_start;
- if (next_type == CAIRO_PATH_CURVE_TO)
- angle = atan2 (next_data[1].point.y - y,
- next_data[1].point.x - x);
- else
+ if (next_type == CAIRO_PATH_CURVE_TO) {
+ if (next_data[1].point.y != y ||
+ next_data[1].point.x != x)
+ angle = atan2 (next_data[1].point.y - y,
+ next_data[1].point.x - x);
+ else
+ angle = atan2 (next_data[2].point.y - y,
+ next_data[2].point.x - x);
+ } else
angle = atan2 (next_y - y, next_x - x);
} else {
double xdifin, ydifin, xdifout, ydifout, intot, outtot;
@@ -987,15 +997,27 @@ paint_markers (LsmSvgView *view)
marker = marker_mid;
if (type == CAIRO_PATH_CURVE_TO) {
- xdifin = x - data[2].point.x;
- ydifin = y - data[2].point.y;
+ if (x != data[2].point.x ||
+ y != data[2].point.y) {
+ xdifin = x - data[2].point.x;
+ ydifin = y - data[2].point.y;
+ } else {
+ xdifin = x - data[1].point.x;
+ ydifin = y - data[1].point.y;
+ }
} else {
xdifin = x - prev_x;
ydifin = y - prev_y;
}
if (next_type == CAIRO_PATH_CURVE_TO) {
- xdifout = data[3].point.x - x;
- ydifout = data[3].point.y - y;
+ if (next_data[1].point.x != x ||
+ next_data[1].point.y != y) {
+ xdifout = next_data[1].point.x - x;
+ ydifout = next_data[1].point.y - y;
+ } else {
+ xdifout = next_data[2].point.x - x;
+ ydifout = next_data[2].point.y - y;
+ }
} else {
xdifout = next_x - x;
ydifout = next_y - y;
diff --git a/tests/data/svg/misc/arrows.png b/tests/data/svg/misc/arrows.png
index cd96308..a5f3ba5 100644
Binary files a/tests/data/svg/misc/arrows.png and b/tests/data/svg/misc/arrows.png differ
diff --git a/tests/data/svg/misc/arrows.svg b/tests/data/svg/misc/arrows.svg
index 433ff06..dd9bb74 100644
--- a/tests/data/svg/misc/arrows.svg
+++ b/tests/data/svg/misc/arrows.svg
@@ -7,13 +7,76 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
width="100"
height="100"
- id="svg2">
+ id="svg2"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="arrows.svg">
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1280"
+ inkscape:window-height="741"
+ id="namedview3061"
+ showgrid="false"
+ inkscape:zoom="2.4"
+ inkscape:cx="-31.458334"
+ inkscape:cy="50"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" />
<defs
id="defs4">
<marker
+ inkscape:stockid="SquareL"
+ orient="auto"
+ refY="0.0"
+ refX="0.0"
+ id="SquareL"
+ style="overflow:visible">
+ <path
+ id="path4239"
+ d="M -5.0,-5.0 L -5.0,5.0 L 5.0,5.0 L 5.0,-5.0 L -5.0,-5.0 z "
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
+ transform="scale(0.8)" />
+ </marker>
+ <marker
+ inkscape:stockid="StopL"
+ orient="auto"
+ refY="0.0"
+ refX="0.0"
+ id="StopL"
+ style="overflow:visible">
+ <path
+ id="path4338"
+ d="M 0.0,5.65 L 0.0,-5.65"
+ style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
+ transform="scale(0.8)" />
+ </marker>
+ <marker
+ inkscape:stockid="SemiCircleIn"
+ orient="auto"
+ refY="0.0"
+ refX="0.0"
+ id="SemiCircleIn"
+ style="overflow:visible">
+ <path
+ id="path4347"
+ d="M -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074 L 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 z "
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none"
+ transform="scale(0.6)" />
+ </marker>
+ <marker
refX="0"
refY="0"
orient="auto"
@@ -37,6 +100,188 @@
id="path3760"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
</marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lstart-8"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ id="path3760-0"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lend-6"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ id="path3763-0"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="marker3085"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ id="path3087"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="marker3089"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ id="path3091"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lstart-83"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ id="path3760-1"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lend-4"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ id="path3763-9"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="marker3024"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ id="path3026"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="marker3028"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ id="path3030"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lstart-87"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ id="path3760-3"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lend-64"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ id="path3763-05"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lstart-1"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ id="path3760-5"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lend-5"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ id="path3763-8"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lstart-7"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ id="path3760-7"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lend-0"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ id="path3763-09"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
</defs>
<metadata
id="metadata7">
@@ -46,22 +291,23 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
+ <dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
- <g
- transform="translate(0,-952.36218)"
- id="layer1">
- <path
- d="M 29.411765,16.84492 C -18.449198,36.631016 40.508021,94.251337 43.850267,37.967914"
- transform="translate(0,952.36218)"
- id="path2985"
- style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend)" />
- <path
- d="M 74.59893,15.106952 C 32.754011,53.342246 87.299465,120.9893 84.625669,52.005347"
- transform="translate(0,952.36218)"
- id="path2987"
- style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend)" />
- </g>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;color:#000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend);visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 10.833333,8.75 c 0,0 6.25,78.75 78.333334,79.583333"
+ id="path3101"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;color:#000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend);visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 30.416667,8.3333333 C 96.666667,7.5 88.333333,74.583333 88.333333,74.583333"
+ id="path3103"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;color:#000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend);visibility:visible;display:inline;overflow:visible;enable-background:accumulate;marker-mid:url(#StopL)"
+ d="m 7.9166667,94.583333 c 0,0 0,-7.5 0.8333333,-22.916666 C 9.5833333,56.25 60,53.75 60,53.75 c 0,0 -18.75,-47.0833333 -0.416667,-47.0833333 18.333334,0 30.833334,0 30.833334,0"
+ id="path5061"
+ inkscape:connector-curvature="0" />
</svg>
diff --git a/tests/data/svg/misc/arrows2.png b/tests/data/svg/misc/arrows2.png
new file mode 100644
index 0000000..e15b6fe
Binary files /dev/null and b/tests/data/svg/misc/arrows2.png differ
diff --git a/tests/data/svg/misc/arrows2.svg b/tests/data/svg/misc/arrows2.svg
new file mode 100644
index 0000000..68beaad
--- /dev/null
+++ b/tests/data/svg/misc/arrows2.svg
@@ -0,0 +1,171 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ width="100"
+ height="100"
+ id="svg2"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="arrows.svg">
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="919"
+ inkscape:window-height="793"
+ id="namedview3061"
+ showgrid="false"
+ inkscape:zoom="2.4"
+ inkscape:cx="51.666666"
+ inkscape:cy="50"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg2" />
+ <defs
+ id="defs4">
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lend"
+ style="overflow:visible">
+ <path
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ id="path3763"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lstart"
+ style="overflow:visible">
+ <path
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ id="path3760"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lstart-8"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ id="path3760-0"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="Arrow1Lend-6"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ id="path3763-0"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="marker3085"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ id="path3087"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ <marker
+ refX="0"
+ refY="0"
+ orient="auto"
+ id="marker3089"
+ style="overflow:visible">
+ <path
+ inkscape:connector-curvature="0"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ id="path3091"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" />
+ </marker>
+ </defs>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ transform="translate(-5.8333333,-938.19551)"
+ id="layer1">
+ <path
+ d="M 29.411765,16.84492 13.4336,59.634581"
+ transform="translate(0,952.36218)"
+ id="path2985"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend)"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ d="M 74.59893,15.106952 92.542336,73.672014"
+ transform="translate(0,952.36218)"
+ id="path2987"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend)"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <path
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend);visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 31.666667,5.4166667 53.333333,92.083333"
+ id="path3063"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend);visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 52.083333,18.333333 96.25,32.5"
+ id="path3065"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend);visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 7.5,14.583333 92.916667,8.75"
+ id="path3067"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend);visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 10.416667,82.916666 92.5,47.083333"
+ id="path3069"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+</svg>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]