search for: curveto

Displaying 4 results from an estimated 4 matches for "curveto".

2011 Jul 30
1
grImport symbols
...TeachingDemos, but with grid. 2- I could not figure out what the size argument in grid.symbols() does. The following example fails rather curiously. petal.ps <- "%!PS newpath % start a new shape 0 0 moveto % move to a start location -5 10 lineto % line to a new location -10 20 10 20 5 10 curveto % curve to a third location 5 10 lineto % line to a fourth location closepath % connect back to the start location 0 setgray % set the drawing colour to black fill % fill the current shape" cat(petal.ps, file="petal.ps") library(grImport) PostScriptTrace("petal.ps") petal...
2007 May 03
0
unscrible pls
...y in the R resources. > > So far, people have been responding to the original query > in terms of increasing the numbers of points, and joining > these by lines. > > However, if you're using PostScript output, you can draw > really smooth curves by exploiting PS's "curveto" operator. > This draws a cubic-curve segment in the following way: > > The two points you want to join with a curve will be denoted > by (X0,Y0) and (X3,Y3) in the following (for reasons which > will appear). The PS command is of the form > > x1 y1 x2 y2 X3 Y3 curevto...
2011 Nov 04
0
Wine release 1.3.32
...hen translating a dialog to a language that needs a larger font. winhlp32: Convert dialogs to po files. wineboot: Convert dialogs to po files. winemine: Convert dialogs to po files. notepad: Convert dialogs to po files. wineps: Implement PolyBezier using the Postscript curveto function. wineps: Stroke and fill GDI paths using Postscript paths. winspool/tests: Allow a different way of specifying the paper size capabilities. gdi32: Allocate the bits for a DDB the first time it's used in any DIB driver call. gdi32: Emulate DDB support using the D...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...;, true], + ["_global.MovieClip.prototype", "clear", true], + ["_global.MovieClip.prototype", "createEmptyMovieClip", true], + ["_global.MovieClip.prototype", "createTextField", false], + ["_global.MovieClip.prototype", "curveTo", true], + ["_global.MovieClip.prototype", "duplicateMovieClip", false], + ["_global.MovieClip.prototype", "endFill", true], + ["_global.MovieClip.prototype", "getBounds", false], + ["_global.MovieClip.prototype", "...