Changes between Initial Version and Version 1 of Ticket #3719, comment 6
- Timestamp:
- 10/16/17 08:56:54 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3719, comment 6
initial v1 1 {{{2 1 This is not fixed yet? 3 2 … … 6 5 7 6 I think there should be some way to say to stroking function not to create straight lines (like in my suggestion there was two tolerance parameters). 7 8 8 For example flag 4 (in bit 3) that "Never create arcs less than 5 segments" 9 9 10 10 Other option is to have some way to indicate that function should create segments internally and intelligently with some rule of arc length and angle and maybe tolerance. 11 11 12 For example tolerance type 3: "Resulting tolerance is created internally based on arc length, arc angle and tolerance." 12 }}}13