diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2006-09-21 22:25:16 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2006-09-21 22:25:16 +0000 |
| commit | 2cc945f5bad59ff19a872970434ccf1515c0aa79 (patch) | |
| tree | 6901d797dac6ba08036125d59f34575ba2997292 /src/attributes.h | |
| parent | 1) Updated da, tr, sl and es translation to versions in patch tracker (diff) | |
| download | inkscape-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.h')
| -rw-r--r-- | src/attributes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index 5ef817e49..242c5c246 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -8,6 +8,7 @@ * Author: * Lauris Kaplinski <lauris@kaplinski.com> * + * Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl> * Copyright (C) 2002 Lauris Kaplinski * * Released under GNU GPL, read the file 'COPYING' for more information @@ -60,6 +61,7 @@ enum SPAttributeEnum { /* SPNamedView */ SP_ATTR_VIEWONLY, SP_ATTR_SHOWGRID, + SP_ATTR_GRIDTYPE, SP_ATTR_SHOWGUIDES, SP_ATTR_GRIDTOLERANCE, SP_ATTR_GUIDETOLERANCE, @@ -69,6 +71,8 @@ enum SPAttributeEnum { SP_ATTR_GRIDORIGINY, SP_ATTR_GRIDSPACINGX, SP_ATTR_GRIDSPACINGY, + SP_ATTR_GRIDANGLEX, + SP_ATTR_GRIDANGLEZ, SP_ATTR_GRIDCOLOR, SP_ATTR_GRIDOPACITY, SP_ATTR_GRIDEMPCOLOR, |
