diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-08 21:21:30 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-08 21:21:30 +0000 |
commit | cdc1e9c09df101960cf95600e97c49936e929c2c (patch) | |
tree | 93d30e67b40dbd8217915153893710b15632d4bf /skia/ext/data/vectorcanvastest/patheffects | |
parent | dd26501ef315e241911a31a8a98027c9bbb65560 (diff) | |
download | chromium_src-cdc1e9c09df101960cf95600e97c49936e929c2c.zip chromium_src-cdc1e9c09df101960cf95600e97c49936e929c2c.tar.gz chromium_src-cdc1e9c09df101960cf95600e97c49936e929c2c.tar.bz2 |
Move the vector canvas unit test data to the skia/ext directory. It wasn't
trivial to move the directory the way the test code was laid out (since we now
add two levels) so I refactored it a bit to get rid of the base class (which
wasn't actually used for anything useful).
BUG=5016
Review URL: http://codereview.chromium.org/16550
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/data/vectorcanvastest/patheffects')
-rw-r--r-- | skia/ext/data/vectorcanvastest/patheffects/00_pc_dash_line.png | bin | 0 -> 299 bytes |
-rw-r--r-- | skia/ext/data/vectorcanvastest/patheffects/00_vc_dash_line.png | bin | 0 -> 299 bytes |
-rw-r--r-- | skia/ext/data/vectorcanvastest/patheffects/01_pc_dash_path.png | bin | 0 -> 348 bytes |
-rw-r--r-- | skia/ext/data/vectorcanvastest/patheffects/01_vc_dash_path.png | bin | 0 -> 343 bytes |
-rw-r--r-- | skia/ext/data/vectorcanvastest/patheffects/02_pc_dash_rect.png | bin | 0 -> 387 bytes |
-rw-r--r-- | skia/ext/data/vectorcanvastest/patheffects/02_vc_dash_rect.png | bin | 0 -> 395 bytes |
-rw-r--r-- | skia/ext/data/vectorcanvastest/patheffects/03_pc_circle.png | bin | 0 -> 497 bytes |
-rw-r--r-- | skia/ext/data/vectorcanvastest/patheffects/03_vc_circle.png | bin | 0 -> 519 bytes |
8 files changed, 0 insertions, 0 deletions
diff --git a/skia/ext/data/vectorcanvastest/patheffects/00_pc_dash_line.png b/skia/ext/data/vectorcanvastest/patheffects/00_pc_dash_line.png Binary files differnew file mode 100644 index 0000000..e08d3e2 --- /dev/null +++ b/skia/ext/data/vectorcanvastest/patheffects/00_pc_dash_line.png diff --git a/skia/ext/data/vectorcanvastest/patheffects/00_vc_dash_line.png b/skia/ext/data/vectorcanvastest/patheffects/00_vc_dash_line.png Binary files differnew file mode 100644 index 0000000..e08d3e2 --- /dev/null +++ b/skia/ext/data/vectorcanvastest/patheffects/00_vc_dash_line.png diff --git a/skia/ext/data/vectorcanvastest/patheffects/01_pc_dash_path.png b/skia/ext/data/vectorcanvastest/patheffects/01_pc_dash_path.png Binary files differnew file mode 100644 index 0000000..3a301354 --- /dev/null +++ b/skia/ext/data/vectorcanvastest/patheffects/01_pc_dash_path.png diff --git a/skia/ext/data/vectorcanvastest/patheffects/01_vc_dash_path.png b/skia/ext/data/vectorcanvastest/patheffects/01_vc_dash_path.png Binary files differnew file mode 100644 index 0000000..7868b9a --- /dev/null +++ b/skia/ext/data/vectorcanvastest/patheffects/01_vc_dash_path.png diff --git a/skia/ext/data/vectorcanvastest/patheffects/02_pc_dash_rect.png b/skia/ext/data/vectorcanvastest/patheffects/02_pc_dash_rect.png Binary files differnew file mode 100644 index 0000000..04f2ceb --- /dev/null +++ b/skia/ext/data/vectorcanvastest/patheffects/02_pc_dash_rect.png diff --git a/skia/ext/data/vectorcanvastest/patheffects/02_vc_dash_rect.png b/skia/ext/data/vectorcanvastest/patheffects/02_vc_dash_rect.png Binary files differnew file mode 100644 index 0000000..5344eee --- /dev/null +++ b/skia/ext/data/vectorcanvastest/patheffects/02_vc_dash_rect.png diff --git a/skia/ext/data/vectorcanvastest/patheffects/03_pc_circle.png b/skia/ext/data/vectorcanvastest/patheffects/03_pc_circle.png Binary files differnew file mode 100644 index 0000000..4c267ef --- /dev/null +++ b/skia/ext/data/vectorcanvastest/patheffects/03_pc_circle.png diff --git a/skia/ext/data/vectorcanvastest/patheffects/03_vc_circle.png b/skia/ext/data/vectorcanvastest/patheffects/03_vc_circle.png Binary files differnew file mode 100644 index 0000000..46ac35d --- /dev/null +++ b/skia/ext/data/vectorcanvastest/patheffects/03_vc_circle.png |