Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2014-11-25 14:58:27 +0000
committerMickael ADAM2014-11-26 13:15:06 +0000
commit384726cbc865c825f38787894a83057cfeefc10e (patch)
treec71aa5011d8d1599b7191e6ff5b8b651c728d905 /plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/icons
parentb65597e9ce0a4df2a0fb4d3f5d31707227015946 (diff)
downloadorg.eclipse.papyrus-384726cbc865c825f38787894a83057cfeefc10e.tar.gz
org.eclipse.papyrus-384726cbc865c825f38787894a83057cfeefc10e.tar.xz
org.eclipse.papyrus-384726cbc865c825f38787894a83057cfeefc10e.zip
453082: [Diagram] Use case diagram shapes shall be refactored
https://bugs.eclipse.org/bugs/show_bug.cgi?id=453082 -Use of generic shape for: -UseCase -UseCase4Package -UseCase4Component -ActorTN -ActorInComponentEP -SubjectClassifier Implement new StyleNameProperty "namePositon" which define the position of the name of namedNodeEP(left, middle, right) Change-Id: I591c19406b5a68907c4013daae2ab6c202ab221c Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/icons')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/icons/symbols/stickman.svg18
1 files changed, 13 insertions, 5 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/icons/symbols/stickman.svg b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/icons/symbols/stickman.svg
index 5bb7afc8883..961feec9eb3 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/icons/symbols/stickman.svg
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/icons/symbols/stickman.svg
@@ -1,7 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="166" height="116">
- <g transform="translate(-287,-467)" style="fill:none;stroke:#000000;stroke-width:1px">
- <path d="m 91.166271,19.719835 a 13.195118,13.068849 0 1 1 -26.390236,0 13.195118,13.068849 0 1 1 26.390236,0 z" transform="matrix(1.131591,0,0,1.1425243,281.27172,471.26198)"/>
- <path d="m 77.497641,34.903691 0,46.056642 M 77.497641,80.392123 58.052204,96.933371 M 77.529208,80.392123 98.868681,95.860084 M 57.073619,47.49903 98.931815,47.46746" transform="translate(292,474.36218)"/>
- </g>
+<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="60" height="100" id="svg2" inkscape:version="0.48.5 r10040" sodipodi:docname="stickman.svg">
+ <metadata id="metadata14">
+ <rdf:RDF>
+ <cc:Work rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs id="defs12" />
+ <sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1920" inkscape:window-height="1005" id="namedview10" showgrid="false" inkscape:zoom="2.0344828" inkscape:cx="-15.79661" inkscape:cy="58" inkscape:window-x="1591" inkscape:window-y="-9" inkscape:window-maximized="1" inkscape:current-layer="svg2" />
+ <path inkscape:connector-curvature="0" style="fill:white;fill-opacity:1;stroke:black;stroke-width:2.63808894;stroke-miterlimit:4;stroke-dasharray:none" id="path6" transform="matrix(1.1826896,0,0,1.1941167,-62.215672,0.65414091)" d="M 91.166271,19.719835 A 13.195118,13.068849 0 1 1 64.776035,19.719835 A 13.195118,13.068849 0 1 1 91.166271,19.719835 z" />
+ <path inkscape:connector-curvature="0" style="fill:none;stroke:black;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none" id="path8" transform="matrix(1.1648124,0,0,1.1648124,-60.858532,-18.091619)" d="M 77.497641,50 L 77.497641,80.960333 M 77.497641,80.392123 L 58.052204,96.933371 M 77.529208,80.392123 L 98.868681,95.860084 M 57.073619,55 L 98.931815,55" />
</svg>

Back to the top