|
fb1b1c09ec
|
Fix module naming
|
2025-04-10 14:12:26 +02:00 |
|
Thomas Friedel
|
3a0ca2cdcd
|
bugfix in ClosePath
|
2020-05-09 10:18:56 +02:00 |
|
Thomas Friedel
|
1711693a57
|
fixed text stroke scaling
|
2020-03-27 21:39:19 +01:00 |
|
Thomas Friedel
|
a0a1cea270
|
faster font contour path
|
2020-03-24 14:25:51 +01:00 |
|
Thomas Friedel
|
34087abece
|
Path2D now caches the triangulation for filling
|
2020-03-22 11:52:35 +01:00 |
|
Thomas Friedel
|
804a9c2774
|
replaced [2]float64 with Vec type
|
2020-03-22 10:15:42 +01:00 |
|
Thomas Friedel
|
cc9247c627
|
moved math code to backendbase package so that backends can also use it
|
2020-03-22 10:07:18 +01:00 |
|
Thomas Friedel
|
1b94cf0703
|
added comments
|
2020-03-21 15:51:19 +01:00 |
|
Thomas Friedel
|
d670f964c8
|
self intersecting polygon bugfix
|
2020-03-17 10:21:09 +01:00 |
|
Thomas Friedel
|
84d2b4f3cb
|
code cleanup
|
2020-03-16 18:28:37 +01:00 |
|
Thomas Friedel
|
82290ace4a
|
removed some dead code; small code improvements
|
2020-02-20 12:15:15 +01:00 |
|
Thomas Friedel
|
259bb9e598
|
fixed Arc and ArcTo scaling
|
2020-02-11 11:10:53 +01:00 |
|
Thomas Friedel
|
71741d4234
|
fixed a bug with anticlockwise arcs and ellipses
updated to new sdl library version
|
2019-10-01 12:04:18 +02:00 |
|
Thomas Friedel
|
239ab21259
|
added ellipse function
|
2019-10-01 11:49:58 +02:00 |
|
Thomas Friedel
|
a4826a3e12
|
fixed a problem with closed paths and self intersecting polygons
added the readme example as a test
|
2019-05-12 13:05:49 +02:00 |
|
Thomas Friedel
|
857e6c4e47
|
IsPointInStroke implemented
|
2019-04-17 11:31:53 +02:00 |
|
Thomas Friedel
|
70ece785e9
|
implemented self intersecting polygon support
|
2019-04-16 14:18:51 +02:00 |
|
Thomas Friedel
|
7c4521b227
|
added a function to check if a point is in a path
|
2019-04-10 11:59:26 +02:00 |
|
Thomas Friedel
|
65ebe6af69
|
arc transformation fix
|
2019-02-21 11:03:38 +01:00 |
|
Thomas Friedel
|
c1f855278d
|
undid some of the changes from the last update since it didn't work properly; added some tests
|
2019-01-25 13:16:48 +01:00 |
|
Thomas Friedel
|
99b9763f00
|
added some nonstandard performance flags
|
2019-01-23 18:11:41 +01:00 |
|
Thomas Friedel
|
bb244c4868
|
separated out a Path2D type
|
2019-01-23 17:23:47 +01:00 |
|