Andreas Kling
478cfae7c8
LibDraw: Support dotted lines in Painter::draw_line()
...
Painter::draw_line() now has an optional "bool dotted" parameter that
causes it to only render every other pixel.
Note that this only works with horizontal and vertical lines at the
moment and we'll assert if called with dotted=true for a diagonal line.
2019-11-27 20:52:11 +01:00
..
2019-07-18 10:18:16 +02:00
2019-07-18 10:18:16 +02:00
2019-11-18 19:02:10 +01:00
2019-11-18 19:02:10 +01:00
2019-07-18 10:18:16 +02:00
2019-07-18 10:18:16 +02:00
2019-10-19 18:36:45 +02:00
2019-10-19 18:36:45 +02:00
2019-10-20 12:55:55 +02:00
2019-10-20 12:55:55 +02:00
2019-10-20 12:55:55 +02:00
2019-10-19 18:36:45 +02:00
2019-09-06 15:36:54 +02:00
2019-11-23 16:50:21 +01:00
2019-11-23 16:50:21 +01:00
2019-09-30 08:57:01 +02:00
2019-09-29 21:02:49 +02:00
2019-10-19 20:54:47 +02:00
2019-10-19 20:54:47 +02:00
2019-11-03 09:26:22 +01:00
2019-11-23 16:50:21 +01:00
2019-07-20 19:32:12 +02:00
2019-11-27 20:52:11 +01:00
2019-11-27 20:52:11 +01:00
2019-11-23 23:43:37 +01:00
2019-10-19 20:54:47 +02:00
2019-11-10 18:28:01 +01:00
2019-09-06 19:23:54 +02:00
2019-11-17 16:37:42 +01:00
2019-09-06 15:36:54 +02:00
2019-08-14 20:31:46 +02:00
2019-08-14 20:31:46 +02:00
2019-09-06 19:23:54 +02:00
2019-07-18 10:18:16 +02:00