finally, this is huge: SVG support
commit8424c8d507d47f0d57e816468710e558dfc56a40
authorAndré Wobst <wobsta@users.sourceforge.net>
Wed, 29 Apr 2015 21:10:46 +0000 (29 21:10 +0000)
committerAndré Wobst <wobsta@users.sourceforge.net>
Wed, 29 Apr 2015 21:10:46 +0000 (29 21:10 +0000)
treebda122471854e5fd6ecbb0c67f15b017ea6f7d92
parent78220b004db86939a8d95e88fa289d046e55ec10
finally, this is huge: SVG support

git-svn-id: http://svn.code.sf.net/p/pyx/code/trunk/pyx@3627 a4f5e268-e194-4f32-bce1-d30804cbbcc5
110 files changed:
examples/3dgraphs/bar.py
examples/3dgraphs/color.py
examples/3dgraphs/grid.py
examples/3dgraphs/surface.py
examples/Makefile
examples/axis/grid.py
examples/axis/link.py
examples/axis/log.py
examples/axis/manualticks.py
examples/axis/minimal.py
examples/axis/painter.py
examples/axis/parter.py
examples/axis/rating.py
examples/axis/texter.py
examples/bargraphs/changebar.py
examples/bargraphs/compare.py
examples/bargraphs/errors.py
examples/bargraphs/fromvalue.py
examples/bargraphs/minimal.py
examples/bargraphs/month.py
examples/bargraphs/stacked.py
examples/bitmap/jpeg.py
examples/bitmap/minimal.py
examples/bitmap/pil.py
examples/drawing/arrow.py
examples/drawing/metapost.py
examples/drawing/path.py
examples/drawing/pathitem.py
examples/drawing/strokefill.py
examples/drawing/style.py
examples/drawing2/clipping.py
examples/drawing2/ellipse.py
examples/drawing2/insert.py
examples/drawing2/parallel.py
examples/drawing2/smoothed.py
examples/graphs/axis.py
examples/graphs/change.py
examples/graphs/function.py
examples/graphs/join.py
examples/graphs/lissajous.py
examples/graphs/minimal.py
examples/graphs/points.py
examples/graphstyles/cal.py
examples/graphstyles/changesymbol.py
examples/graphstyles/density.py
examples/graphstyles/errorbar.py
examples/graphstyles/histogram.py
examples/graphstyles/usesymbol.py
examples/hello.py
examples/path/addjoin.py
examples/path/arclen.py
examples/path/at.py
examples/path/intersect.py
examples/path/split.py
examples/splitgraphs/minimal.py
examples/splitgraphs/splitatvalue.py
examples/text/color.py
examples/text/font.py
examples/text/halign.py
examples/text/marker.py
examples/text/texrunner.py
examples/text/textalongpath.py
examples/text/textbox.py
examples/text/valign.py
pyx/__init__.py
pyx/bitmap.py
pyx/canvas.py
pyx/color.py
pyx/deco.py
pyx/document.py
pyx/dvi/texfont.py
pyx/font/font.py
pyx/mesh.py
pyx/normpath.py
pyx/path.py
pyx/pattern.py
pyx/style.py
pyx/svgfile.py [new file with mode: 0644]
pyx/svgwriter.py [new file with mode: 0644]
pyx/text.py
pyx/trafo.py
setup.py
test/experimental/font_direct.py [new file with mode: 0644]
test/functional/Makefile
test/functional/test_arrow.py
test/functional/test_axis.py
test/functional/test_bargraph.py
test/functional/test_bbox.py
test/functional/test_bitmap.py
test/functional/test_box.py
test/functional/test_canvas.py
test/functional/test_canvastrafoclip.py
test/functional/test_color.py
test/functional/test_connector.py
test/functional/test_deformer.py
test/functional/test_fill.py
test/functional/test_graph.py
test/functional/test_graph3d.py
test/functional/test_histogram.py
test/functional/test_layer.py
test/functional/test_metapost.py
test/functional/test_path.py
test/functional/test_pattern.py
test/functional/test_text.py
test/functional/test_timeaxis.py
test/functional/test_unit.py
test/svg/Makefile [new file with mode: 0644]
test/svg/svgtest.eps [new file with mode: 0644]
test/svg/svgtest.pdf [new file with mode: 0644]
test/svg/svgtest.py [new file with mode: 0644]