.benchmarks

git-svn-id: svn://ultimatepp.org/upp/trunk@12527 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-11-12 16:28:37 +00:00
parent e5d6a61776
commit fb091313e2

View file

@ -6,10 +6,10 @@ void Task(Painter& sw)
{
RTIMING("Total");
sw.Begin();
sw.Scale(1.2);
sw.Opacity(0.3);
// sw.Scale(1.2);
// sw.Opacity(0.3);
// sw.Translate(20, 0);
sw.Rotate(0.1);
// sw.Rotate(0.1);
PaintLion(sw);
// PythagorasTree(sw);
// Demo(sw);