reorganizing repo

git-svn-id: svn://ultimatepp.org/upp/trunk@9206 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-11-22 11:23:48 +00:00
parent 7d17505cfe
commit e3e8d627f5
3840 changed files with 0 additions and 1161578 deletions

View file

@ -1,14 +0,0 @@
#include "Examples.h"
void PathSpiral(Painter& sw)
{
sw.Path("M153 334 C153 334 151 334 151 334 C151 339 153 344 156 344 C164 344 171 339 171 334 "
"C171 322 164 314 156 314 C142 314 131 322 131 334 C131 350 142 364 156 364 "
"C175 364 191 350 191 334 C191 311 175 294 156 294 C131 294 111 311 111 334 "
"C111 361 131 384 156 384 C186 384 211 361 211 334 C211 300 186 274 156 274 ")
.Stroke(2, Red());
}
INITBLOCK {
RegisterExample("Path spiral", PathSpiral);
}