diff options
Diffstat (limited to 'src/img/bitmap.nim')
-rw-r--r-- | src/img/bitmap.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/img/bitmap.nim b/src/img/bitmap.nim index 54f17ff5..064e574d 100644 --- a/src/img/bitmap.nim +++ b/src/img/bitmap.nim @@ -1,10 +1,6 @@ import types/color type - CanvasFillRule* = enum - NON_ZERO = "nonzero" - EVEN_ODD = "evenodd" - Bitmap* = ref object of RootObj px*: seq[RGBAColor] width*: uint64 |