Skip to content

Commit df64401

Browse files
committed
P0267R3 commit.
1 parent 0155c9d commit df64401

10 files changed

+154
-1131
lines changed

papers/P0267R3.pdf

1.6 MB
Binary file not shown.

source/experimental-io2d.tex

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
const error_category& io2d_category() noexcept;
3434

3535
class rectangle;
36+
class circle;
3637

3738
class rgba_color;
3839

@@ -70,7 +71,7 @@
7071
class abs_move;
7172
class new_path;
7273
class rel_cubic_curve;
73-
class quadratic_curve;
74+
class rel_quadratic_curve;
7475
class rel_line;
7576
class rel_move;
7677
using path_data_types = typename variant<abs_move, rel_move,
@@ -79,15 +80,16 @@
7980
arc_counterclockwise, new_path, close_path, change_matrix, change_origin>;
8081
};
8182
class path;
83+
template <Allocator = allocator<path_data::path_data_types>>
8284
class path_factory;
8385

86+
class color_stop;
87+
template <Allocator = allocator<color_stop>>
88+
class color_stop_group;
89+
8490
class device;
8591

8692
class brush;
87-
class solid_color_brush_factory;
88-
class linear_brush_factory;
89-
class radial_brush_factory;
90-
class surface_brush_factory;
9193

9294
class surface;
9395
class image_surface;

source/linear-brush-factory.tex

Lines changed: 0 additions & 240 deletions
This file was deleted.

0 commit comments

Comments
 (0)