diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-12 22:02:04 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-12 22:02:04 (GMT) |
commit | e63be0947874f10559c6323ca3c9cafaf64d0fa8 (patch) | |
tree | 3dfe5e7805c3a7755ab022d4668c219f007dc326 | |
parent | 5a78493d238b89d50ad4649604bae1210b21c1d0 (diff) |
Two crashes
git-svn-id: http://svn.clifford.at/openscad/trunk@269 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ o Some invalid DXF data gets pass the import checks and breaks the tessing code o Broken polyhedron() entities are not correctly detected and cause CGAL segfaults o Tesselation via GLU sometimes produces strange results o Non-manifold objects make CGAL crash (e.g. two cubes which touch at one edge) +o crash: polygon(paths=[[0,0],[10,0],[0,10]]) +o crash: rotate([0,1,0])import_dxf("../openscad-tess/testdata/polygon.dxf"); USER INTERFACE -------------- |