peps: PEP 495: Added a vertical segment to the graph.
https://hg.python.org/peps/rev/8c8352ff4668 changeset: 6024:8c8352ff4668 user: Alexander Belopolsky <alexander.belopolsky@gmail.com> date: Sun Aug 30 22:49:58 2015 -0400 summary: PEP 495: Added a vertical segment to the graph. files: pep-0495-fold.png | Bin pep-0495-fold.svg | 19 ++++++++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/pep-0495-fold.png b/pep-0495-fold.png index 7a41f601de01de65702b475c2593fc056e5e74ed..d9fe8b6eeb680cf113a3097a6c93342a418ec087 GIT binary patch [stripped] diff --git a/pep-0495-fold.svg b/pep-0495-fold.svg --- a/pep-0495-fold.svg +++ b/pep-0495-fold.svg @@ -16,7 +16,10 @@ id="svg14800" version="1.1" inkscape:version="0.91 r13725" - sodipodi:docname="pep-0495-fold.svg"> + sodipodi:docname="pep-0495-fold.svg" + inkscape:export-filename="/Users/a/Work/peps/pep-0495-fold.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> <defs id="defs14802"> <marker @@ -198,7 +201,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1.4142136" - inkscape:cx="94.546007" + inkscape:cx="93.8389" inkscape:cy="200.6291" inkscape:document-units="mm" inkscape:current-layer="layer1" @@ -330,10 +333,11 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="cc" /> <path - style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 12;stroke-dashoffset:0;stroke-opacity:1" - d="m 265.74804,680.31496 0,53.1496" + style="fill:none;fill-rule:evenodd;stroke:#336d9c;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 12;stroke-dashoffset:0;stroke-opacity:1" + d="m 265.74804,680.31496 0,53.1496 z" id="path15678" - inkscape:connector-curvature="0" /> + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccc" /> <path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:6, 2;stroke-dashoffset:0;stroke-opacity:1" d="m 0,698.03149 248.0315,0 0,247.85676" @@ -414,5 +418,10 @@ id="tspan16460" x="343.96481" y="712.6087">Fold</tspan></text> + <path + style="fill:none;fill-rule:evenodd;stroke:#336d9c;stroke-width:2.12598425;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="m 265.74804,680.31492 0,53.14961" + id="path16481" + inkscape:connector-curvature="0" /> </g> </svg> -- Repository URL: https://hg.python.org/peps
participants (1)
-
alexander.belopolsky