include/svg_path@ellipse_Cubic.hrl
-record(cubic, {
start :: svg_path@ellipse:point(),
control1 :: svg_path@ellipse:point(),
control2 :: svg_path@ellipse:point(),
'end' :: svg_path@ellipse:point()
}).
-record(cubic, {
start :: svg_path@ellipse:point(),
control1 :: svg_path@ellipse:point(),
control2 :: svg_path@ellipse:point(),
'end' :: svg_path@ellipse:point()
}).