From: joncruz Date: Wed, 5 Apr 2006 05:33:44 +0000 (+0000) Subject: Adding new attributes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c780795c0749a6322d83bb31d0df4b4da9a07895;p=inkscape.git Adding new attributes --- diff --git a/src/attributes-test.h b/src/attributes-test.h index 1581d4a73..9117bec4c 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -391,6 +391,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"showguides", true}, {"gridtolerance", true}, {"guidetolerance", true}, + {"objecttolerance", true}, + {"has_abs_tolerance", true}, {"gridoriginx", true}, {"gridoriginy", true}, {"gridspacingx", true},