wizdraw 2.2.0

Portable crate to fill and stroke composite bezier curves (paths)
Documentation
1
2
3
4
5
6
#version 100
precision highp float;
attribute vec4 a_position;
void main() {
    gl_Position = a_position;
}