summaryrefslogtreecommitdiffstats
path: root/src/attributes-test.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2006-09-21 22:25:16 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2006-09-21 22:25:16 +0000
commit2cc945f5bad59ff19a872970434ccf1515c0aa79 (patch)
tree6901d797dac6ba08036125d59f34575ba2997292 /src/attributes-test.h
parent1) Updated da, tr, sl and es translation to versions in patch tracker (diff)
downloadinkscape-2cc945f5bad59ff19a872970434ccf1515c0aa79.tar.gz
inkscape-2cc945f5bad59ff19a872970434ccf1515c0aa79.zip
AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :)
(bzr r1716)
Diffstat (limited to 'src/attributes-test.h')
-rw-r--r--src/attributes-test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h
index f0db48ad0..1e413c90f 100644
--- a/src/attributes-test.h
+++ b/src/attributes-test.h
@@ -402,6 +402,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
/* SPNamedView */
{"viewonly", true},
{"showgrid", true},
+ {"gridtype", true},
{"showguides", true},
{"gridtolerance", true},
{"guidetolerance", true},
@@ -411,6 +412,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"gridoriginy", true},
{"gridspacingx", true},
{"gridspacingy", true},
+ {"gridanglex", true},
+ {"gridanglez", true},
{"gridcolor", true},
{"gridopacity", true},
{"gridempcolor", true},