On Thu, 2007-12-13 at 20:29 +0100, Maximilian Albert wrote:
Does a warning like
"Attribute string with enum 85 {inkscape:box3dface} not handled"
mean that this particular attribute was simply not listed in attributes-test.h? In other words, is the correct solution to include the missing attributes in this file? Then it's now corrected for the 3D box related attributes. Don't know about the others, thus I've left them alone.
I think that has fixed all the 3d box related ones, but there are more. I think the following ones, by their names, are probably related to:
* Paint Bucket fill * Grid Snapping * Live path effects
Can anyone working on those verify it?
Thanks, Ted
PS - Here's the output for your convenience:
In AttributesTest::testAttributes: ../../src/attributes-test.h:457: Error: Test failed: "azimuth" ../../src/attributes-test.h:457: Error: Expected (recognized == all_attrs[i].supported), found (true != false) ../../src/attributes-test.h:457: Error: Test failed: "elevation" ../../src/attributes-test.h:457: Error: Expected (recognized == all_attrs[i].supported), found (true != false) ../../src/attributes-test.h:457: Error: Test failed: "in" ../../src/attributes-test.h:457: Error: Expected (recognized == all_attrs[i].supported), found (true != false) ../../src/attributes-test.h:457: Error: Test failed: "limitingConeAngle" ../../src/attributes-test.h:457: Error: Expected (recognized == all_attrs[i].supported), found (true != false) ../../src/attributes-test.h:457: Error: Test failed: "pointsAtX" ../../src/attributes-test.h:457: Error: Expected (recognized == all_attrs[i].supported), found (true != false) ../../src/attributes-test.h:457: Error: Test failed: "pointsAtY" ../../src/attributes-test.h:457: Error: Expected (recognized == all_attrs[i].supported), found (true != false) ../../src/attributes-test.h:457: Error: Test failed: "pointsAtZ" ../../src/attributes-test.h:457: Error: Expected (recognized == all_attrs[i].supported), found (true != false) ../../src/attributes-test.h:457: Error: Test failed: "result" ../../src/attributes-test.h:457: Error: Expected (recognized == all_attrs[i].supported), found (true != false) ../../src/attributes-test.h:457: Error: Test failed: "z" ../../src/attributes-test.h:457: Error: Expected (recognized == all_attrs[i].supported), found (true != false) ../../src/attributes-test.h:500: Warning: "Attribute string with enum 11 {inkscape:path-effect} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 53 {inkscape:snap-global} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 54 {inkscape:snap-bbox} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 55 {inkscape:snap-nodes} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 56 {inkscape:snap-guide} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 57 {inkscape:snap-center} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 58 {inkscape:snap-intersection-grid-guide} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 59 {inkscape:snap-intersection-line-segments} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 62 {inkscape:bbox-paths} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 63 {inkscape:bbox-nodes} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 75 {inkscape:original-d} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 169 {flood-color} not handled" ../../src/attributes-test.h:500: Warning: "Attribute string with enum 170 {flood-opacity} not handled" ../../src/attributes-test.h:505: Error: Assertion failed: !found ../../src/attributes-test.h:510: Error: Test failed: "Enum round-trip through string {flood-color} failed." ../../src/attributes-test.h:510: Error: Expected (index == postLookup), found (169 != 261) ../../src/attributes-test.h:510: Error: Test failed: "Enum round-trip through string {flood-opacity} failed." ../../src/attributes-test.h:510: Error: Expected (index == postLookup), found (170 != 262)