morepretty
This commit is contained in:
parent
58ccbf025a
commit
8ca46d86e3
|
@ -1,8 +1,7 @@
|
|||
import bumpy, chroma, flatty/binny, os, pixie/blends, pixie/common,
|
||||
pixie/context, pixie/fileformats/bmp, pixie/fileformats/gif,
|
||||
pixie/fileformats/jpg, pixie/fileformats/png, pixie/fileformats/svg,
|
||||
pixie/fonts, pixie/images, pixie/masks, pixie/paints, pixie/paths, strutils,
|
||||
vmath
|
||||
pixie/fonts, pixie/images, pixie/masks, pixie/paints, pixie/paths, strutils, vmath
|
||||
|
||||
export blends, bumpy, chroma, common, context, fonts, images, masks, paints,
|
||||
paths, vmath
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import opengl, pixie, pixie/context
|
||||
import staticglfw except Image
|
||||
export pixie
|
||||
export staticglfw except Image
|
||||
import opengl, pixie, pixie/context, staticglfw except Image
|
||||
|
||||
export pixie, staticglfw except Image
|
||||
|
||||
var
|
||||
dpi: float32 = 1.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## Load SVG files.
|
||||
|
||||
import chroma, pixie/common, pixie/images, pixie/paths, pixie/paints, strutils, vmath,
|
||||
xmlparser, xmltree
|
||||
import chroma, pixie/common, pixie/images, pixie/paints, pixie/paths, strutils,
|
||||
vmath, xmlparser, xmltree
|
||||
|
||||
const
|
||||
xmlSignature* = "<?xml"
|
||||
|
|
|
@ -408,7 +408,6 @@ block:
|
|||
|
||||
ctx.image.writeFile("tests/images/context/clip_1e.png")
|
||||
|
||||
|
||||
block:
|
||||
let ctx = newContext(newImage(300, 150))
|
||||
|
||||
|
|
Loading…
Reference in a new issue