morepretty

This commit is contained in:
Ryan Oldenburg 2021-05-23 21:04:58 -05:00
parent 58ccbf025a
commit 8ca46d86e3
6 changed files with 12 additions and 15 deletions

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -408,7 +408,6 @@ block:
ctx.image.writeFile("tests/images/context/clip_1e.png")
block:
let ctx = newContext(newImage(300, 150))