We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9d86b commit a7d2b92Copy full SHA for a7d2b92
source/path-examples.tex
@@ -20,8 +20,8 @@
20
21
int main() {
22
auto imgSfc = make_image_surface(format::argb32, 300, 200);
23
- brush backBrush{ rgba_color::black() };
24
- brush foreBrush{ rgba_color::white() };
+ brush backBrush{ rgba_color::black };
+ brush foreBrush{ rgba_color::white };
25
render_props aliased{ antialias::none };
26
path_builder<> pb{};
27
imgSfc.paint(backBrush);
0 commit comments