From 2cc945f5bad59ff19a872970434ccf1515c0aa79 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 21 Sep 2006 22:25:16 +0000 Subject: 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) --- src/attributes.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index 867e5989c..f02e9b28f 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -7,6 +7,7 @@ * Author: * Lauris Kaplinski * + * Copyright (C) 2006 Johan Engelen * Copyright (C) 2002 Lauris Kaplinski * * Released under GNU GPL, read the file 'COPYING' for more information @@ -59,6 +60,7 @@ static SPStyleProp const props[] = { /* SPNamedView */ {SP_ATTR_VIEWONLY, "viewonly"}, {SP_ATTR_SHOWGRID, "showgrid"}, + {SP_ATTR_GRIDTYPE, "gridtype"}, {SP_ATTR_SHOWGUIDES, "showguides"}, {SP_ATTR_GRIDTOLERANCE, "gridtolerance"}, {SP_ATTR_GUIDETOLERANCE, "guidetolerance"}, @@ -68,6 +70,8 @@ static SPStyleProp const props[] = { {SP_ATTR_GRIDORIGINY, "gridoriginy"}, {SP_ATTR_GRIDSPACINGX, "gridspacingx"}, {SP_ATTR_GRIDSPACINGY, "gridspacingy"}, + {SP_ATTR_GRIDANGLEX, "gridanglex"}, + {SP_ATTR_GRIDANGLEZ, "gridanglez"}, {SP_ATTR_GRIDCOLOR, "gridcolor"}, {SP_ATTR_GRIDOPACITY, "gridopacity"}, {SP_ATTR_GRIDEMPCOLOR, "gridempcolor"}, -- cgit v1.2.3