X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fattributes-test.h;h=cdc82a475aa98ec4f1aca5274556b75e8f144d3e;hb=baa74b7b366585fca6d90ece888c678f580cb5d9;hp=05d0e0a51ac6507df4d8275c0c21575dfdc0bd4d;hpb=5aa7182661bd38ce93783a45057660c785e056ff;p=inkscape.git diff --git a/src/attributes-test.h b/src/attributes-test.h index 05d0e0a51..cdc82a475 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -57,7 +57,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"arabic-form", false}, {"ascent", false}, {"attributeType", true}, - {"azimuth", false}, + {"azimuth", true}, {"baseFrequency", true}, {"baseline-shift", true}, {"baseProfile", false}, @@ -93,7 +93,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"dx", true}, {"dy", true}, {"edgeMode", true}, - {"elevation", false}, + {"elevation", true}, {"enable-background", true}, {"end", true}, {"exponent", true}, @@ -147,7 +147,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"horiz-origin-y", false}, {"ideographic", false}, {"image-rendering", true}, - {"in", false}, + {"in", true}, {"in2", true}, {"intercept", true}, {"k", false}, @@ -165,7 +165,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"lengthAdjust", false}, {"letter-spacing", true}, {"lighting-color", true}, - {"limitingConeAngle", false}, + {"limitingConeAngle", true}, {"local", true}, {"marker-end", true}, {"marker-mid", true}, @@ -221,9 +221,9 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"patternUnits", true}, {"pointer-events", true}, {"points", true}, - {"pointsAtX", false}, - {"pointsAtY", false}, - {"pointsAtZ", false}, + {"pointsAtX", true}, + {"pointsAtY", true}, + {"pointsAtZ", true}, {"preserveAlpha", true}, {"preserveAspectRatio", true}, {"primitiveUnits", true}, @@ -237,7 +237,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"requiredFeatures", true}, {"requiredExtensions", true}, {"restart", true}, - {"result", false}, + {"result", true}, {"rotate", true}, {"rx", true}, {"ry", true}, @@ -328,7 +328,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"y1", true}, {"y2", true}, {"yChannelSelector", true}, - {"z", false}, + {"z", true}, {"zoomAndPan", false}, /* Extra attributes. */ @@ -341,10 +341,17 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"inkscape:groupmode", true}, {"sodipodi:version", true}, {"inkscape:version", true}, - {"inkscape:object-bbox", true}, - {"inkscape:object-points", true}, {"inkscape:object-paths", true}, {"inkscape:object-nodes", true}, + {"inkscape:bbox-paths", true}, + {"inkscape:bbox-nodes", true}, + {"inkscape:snap-global", true}, + {"inkscape:snap-bbox", true}, + {"inkscape:snap-nodes", true}, + {"inkscape:snap-guide", true}, + {"inkscape:snap-center", true}, + {"inkscape:snap-intersection-grid-guide", true}, + {"inkscape:snap-intersection-line-segments", true}, {"inkscape:pageopacity", true}, {"inkscape:pageshadow", true}, {"inkscape:transform-center-x", true}, @@ -356,10 +363,6 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"inkscape:window-height", true}, {"inkscape:window-x", true}, {"inkscape:window-y", true}, - {"inkscape:grid-bbox", true}, - {"inkscape:guide-bbox", true}, - {"inkscape:grid-points", true}, - {"inkscape:guide-points", true}, {"inkscape:current-layer", true}, {"inkscape:connector-type", true}, {"inkscape:connection-start", true}, @@ -370,6 +373,15 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"sodipodi:cy", true}, {"sodipodi:rx", true}, {"sodipodi:ry", true}, + {"inkscape:perspectiveID", true}, + {"inkscape:corner0", true}, + {"inkscape:corner7", true}, + {"inkscape:box3dsidetype", true}, + {"inkscape:persp3d", true}, + {"inkscape:vp_x", true}, + {"inkscape:vp_y", true}, + {"inkscape:vp_z", true}, + {"inkscape:persp3d-origin", true}, {"sodipodi:start", true}, {"sodipodi:end", true}, {"sodipodi:open", true}, @@ -404,12 +416,12 @@ struct {char const *attr; bool supported;} const all_attrs[] = { /* SPNamedView */ {"viewonly", true}, {"showgrid", true}, - {"gridtype", true}, +// {"gridtype", true}, {"showguides", true}, {"gridtolerance", true}, {"guidetolerance", true}, {"objecttolerance", true}, - {"gridoriginx", true}, +/* {"gridoriginx", true}, {"gridoriginy", true}, {"gridspacingx", true}, {"gridspacingy", true}, @@ -419,7 +431,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"gridopacity", true}, {"gridempcolor", true}, {"gridempopacity", true}, - {"gridempspacing", true}, + {"gridempspacing", true}, */ {"guidecolor", true}, {"guideopacity", true}, {"guidehicolor", true},