Z3 Development

Results 445 comments of Z3 Development

Where did the original SVG come from? That’s a lot of precision for an SVG file. Most applications apply rounding.

Well, yes and no. Obviously, the library internals are having issues with precision. And your examples show that precision is causing issues with representing paths. I think the last example...

Yeah. There’s no documentation from Autocad, but if you search then there are some contributions of color lists. I found a couple of complete lists (and converted) for use in...

> Perhaps we can make this an option which you can specify when calling `exporter.toDXF(model, options)` That’s probably a good choice as the color list changes based the version of...

So… no layers… no grouping… just a single letter from a single line font? Can you attach the font?

OK. Right from the start there are issues in the comparison of points in the rounder due to the floating point numbers. For example, comparing the following two numbers. Are...

> Seeing this as well on `0.15.3`, here's a very reduced JS snippet that still runs into the issue: > > ```js > const polygonClipping = require('polygon-clipping'); > const poly1...

Yeah. Probably not. The whole library suffers from floating point rounding issues. As part of JSCAD, we are calculating an 'epsilon' of precision based on the scale of the shape....

Just calculate a large polygon that's way larger then the base polygon, and call difference.