.benchmarks

git-svn-id: svn://ultimatepp.org/upp/trunk@12534 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-11-14 13:31:43 +00:00
parent 8a2b2d21da
commit d9fb17a93d

View file

@ -10,12 +10,12 @@ void Task(Painter& sw)
// sw.Opacity(0.3);
// sw.Translate(20, 0);
// sw.Rotate(0.1);
PaintLion(sw);
// PaintLion(sw);
// PythagorasTree(sw);
// Demo(sw);
// ClippingExample(sw);
// PolyPolygon(sw);
// TextOnPath(sw);
TextOnPath(sw);
// Dash(sw);
sw.End();