wxSVGDC class test sample
authorChris Elliott <biol75@york.ac.uk>
Wed, 19 Jun 2002 09:16:19 +0000 (09:16 +0000)
committerChris Elliott <biol75@york.ac.uk>
Wed, 19 Jun 2002 09:16:19 +0000 (09:16 +0000)
commitcdf3a589b2bb01c3ca1dc4e35661d864b2a2c227
tree9abb99b0d5777142929aec5280ec636d3430f31a
parent164e084ab4cf0b7fbf6a1149e19860bb48bbfb3c
wxSVGDC class test sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
30 files changed:
contrib/samples/svg/Makefile.in [new file with mode: 0644]
contrib/samples/svg/SVGlogo24.bmp [new file with mode: 0644]
contrib/samples/svg/SVGlogo24.xpm [new file with mode: 0644]
contrib/samples/svg/bitmaps/help.xpm [new file with mode: 0644]
contrib/samples/svg/bitmaps/new.xpm [new file with mode: 0644]
contrib/samples/svg/bitmaps/save.xpm [new file with mode: 0644]
contrib/samples/svg/makefile.b32 [new file with mode: 0644]
contrib/samples/svg/makefile.g95 [new file with mode: 0644]
contrib/samples/svg/makefile.vc [new file with mode: 0644]
contrib/samples/svg/mondrian.ico [new file with mode: 0644]
contrib/samples/svg/mondrian.xpm [new file with mode: 0644]
contrib/samples/svg/svgtest.cpp [new file with mode: 0644]
contrib/src/svg/Makefile.in [new file with mode: 0644]
contrib/src/svg/dcsvg.cpp [new file with mode: 0644]
contrib/src/svg/makefile.b32 [new file with mode: 0644]
contrib/src/svg/makefile.g95 [new file with mode: 0644]
contrib/src/svg/makefile.vc [new file with mode: 0644]
samples/svg/Makefile.in [new file with mode: 0644]
samples/svg/SVGlogo24.bmp [new file with mode: 0644]
samples/svg/SVGlogo24.xpm [new file with mode: 0644]
samples/svg/bitmaps/help.xpm [new file with mode: 0644]
samples/svg/bitmaps/new.xpm [new file with mode: 0644]
samples/svg/bitmaps/save.xpm [new file with mode: 0644]
samples/svg/makefile.b32 [new file with mode: 0644]
samples/svg/makefile.g95 [new file with mode: 0644]
samples/svg/makefile.vc [new file with mode: 0644]
samples/svg/mondrian.ico [new file with mode: 0644]
samples/svg/mondrian.xpm [new file with mode: 0644]
samples/svg/svgtest.cpp [new file with mode: 0644]
src/common/dcsvg.cpp [new file with mode: 0644]