Immutable vector path and related types.
More...
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <optional>
#include <span>
#include <utility>
#include <variant>
#include <vector>
#include "tiny_skia/Edge.h"
#include "tiny_skia/Geom.h"
#include "tiny_skia/Transform.h"
Go to the source code of this file.
◆ LineCap
| Enumerator |
|---|
| Butt | Flat cap, no extension.
|
| Round | Semicircle cap.
|
| Square | Extends by half the stroke width.
|
◆ FillRule
| Enumerator |
|---|
| Winding | Non-zero winding rule.
|
| EvenOdd | Even-odd (parity) rule.
|