summaryrefslogtreecommitdiff
path: root/chickadee/graphics/path.scm
Commit message (Expand)AuthorAgeFilesLines
* graphics: path: Fix transform export.David Thompson2024-02-031-1/+1
* Relicense nearly everything to Apache 2.0.David Thompson2023-04-261-11/+9
* Update my email address.David Thompson2023-04-251-1/+1
* graphics: path: Add canvas->pixbuf and write-canvas procedures.David Thompson2023-03-251-1/+22
* graphics: path: Apply transformation matrix to path origin.David Thompson2022-08-271-1/+1
* graphics: path: Add arc-to procedure.David Thompson2021-10-061-49/+86
* graphics: path: Add clockwise arcs.David Thompson2021-10-041-7/+12
* graphics: path: Add bezier-path procedure.David Thompson2021-10-021-0/+12
* Move data structure modules into new (chickadee data ...) namespace.David Thompson2021-10-011-1/+1
* graphics: path: Add square-limit procedure.David Thompson2021-09-221-0/+12
* graphics: path: Add flip-horizontal and flip-vertical procedures.David Thompson2021-09-221-0/+8
* graphics: path: Add right-split, up-split, and corner-split procedures.David Thompson2021-09-211-0/+32
* graphics: path: Fix below procedure.David Thompson2021-09-211-1/+1
* graphics: path: Add support for linear/radial gradient fills.David Thompson2021-09-081-8/+101
* graphics: path: Use case instead of match for stroke cap matching.David Thompson2021-09-081-8/+10
* graphics: path: Fix bounding box state sharing issue.David Thompson2021-09-081-4/+5
* graphics: path: Remove code that wasn't doing anything.David Thompson2021-09-081-1/+0
* graphics: path: Separate fill/stroke into different shaders.David Thompson2021-08-271-11/+11
* math: Rename 2pi to tau.David Thompson2021-08-121-5/+5
* graphics: path: Export painter? and painter-bounding-box.David Thompson2021-04-061-0/+2
* graphics: blend: Add proper <blend-mode> data type.David Thompson2021-03-141-1/+1
* graphics: Rewrite with-graphics-state to use state specs.David Thompson2021-03-141-8/+7
* graphics: path: Include blend module.David Thompson2021-03-131-0/+1
* Use new for-range macro wherever possible.David Thompson2021-03-051-49/+37
* graphics: Rewrite rendering engine.David Thompson2021-01-261-56/+61
* graphics: path: Use dynamic geometry type.David Thompson2020-12-091-245/+122
* graphics: Add polygon and cull face modes to render context.David Thompson2020-11-191-4/+3
* graphics: path: Allow model-view matrix to be applied to rendered path.David Thompson2020-11-191-8/+17
* graphics: path: Fix bug where blend mode wasn't set during fills.David Thompson2020-11-191-0/+1
* render: Add vector path rendering module.David Thompson2020-11-181-0/+1554