Skip to content

Releases: treeform/pixie

3.1.3

25 Jan 23:22
19c9286

Choose a tag to compare

What's Changed

New Contributors

  • @ehmry made their first contribution in #354
  • @nnsee made their first contribution in #363

Full Changelog: 3.1.2...3.1.3

3.1.2

23 Dec 20:47
68fcf88

Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

16 Dec 19:35
cbd3af9

Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

16 Dec 00:01
21d0022

Choose a tag to compare

What's Changed

  • Add Xlib real-time example. by @codic12 in #340
  • [get/set]RgbaUnsafe, slow before faster after by @guzba in #342
  • image.unsafe[x, y] by @guzba in #343
  • bmOverwrite fast paths, move some stuff by @guzba in #344
  • isOpaque, faster nonsimd draw, drawBasic by @guzba in #345
  • opaque draw fastpath, simd mask magnifyBy2, float issue fix for 360deg rotation by @guzba in #346
  • simd draw fast paths by @guzba in #347
  • 3.1.0 by @guzba in #348

New Contributors

Full Changelog: 3.0.4...3.1.0

3.0.4

05 Dec 02:18

Choose a tag to compare

What's Changed

  • remove most countups by @guzba in #320
  • merge hits that stop and then start fill at same spot, other stuff by @guzba in #322
  • simpler + faster curves to segments, leak fix by @guzba in #323
  • faster vertical and horizontal gradients by @guzba in #324
  • adding segments to +1 too many partitions, fix by @guzba in #325
  • fix cairo svg, add svg upscale test, stroke optimization by @guzba in #326
  • float32 hit pos, faster simd unpackAlphaValues by @guzba in #327
  • Sweeps by @treeform in #328
  • different aa approach, faster fillHits by @guzba in #329
  • fast procs for new mask or image with path filled or stroked by @guzba in #332
  • add dragon2 test by @guzba in #333
  • svg_cairo just uses lineTo by @guzba in #334
  • Exceptions with parent Stack Trace As Pixie Error. by @treeform in #336
  • faster non-simd path here by @guzba in #335
  • Sweeps: Fix jugged outline and streaking. by @treeform in #330

Full Changelog: 3.0.3...3.0.4

3.0.3

19 Nov 04:18
2a54de7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.2...3.0.3

3.0.2

20 Oct 02:12
351d8d0

Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

20 Oct 00:22
f7ca3fc

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0 - Python Bindings and Many Fixes.

04 Oct 22:28

Choose a tag to compare

  • New bindings with genny to generate a python API.
  • Added font fallback.
  • Fixed typesetting long words like "Supercalifragilisticexpialidocious".
  • Added support for open type CFF font outlines.
  • Added support for open type gpos based kerning.
  • Add ability to work with raw PNG (without premultiplied alpha).
  • Fix draw of images that are really up-scaled.
  • Added svg support for opacity, fill-opacity, stroke-opacity, linearGradient.
  • Added image isTransparent isOneColor
  • Improved spread to be 10x faster.

2.1.1: Merge pull request #245 from guzba/master

18 Jul 18:43
61d9311

Choose a tag to compare

context isPointInPath isPointInStroke