Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /usr/share/doc/groff-base/html/ drwxr-xr-x |
Viewing file: Select action/file-type: [ prev | next | top ] 5. Generalized Lines and Splines5.1. Diagonal LinesIt is possible to specify diagonal lines or arrows by adding multiple up, down, left, and right modifiers to the line object. Any of these can have a multiplier. To understand the effects, think of the drawing area as being gridded with standard-sized boxes. Figure 5-1: Diagonal arrows (dotted boxes show the implied 0.5-inch grid) 5.2. Multi-Segment Line ObjectsA “line” or “arrow” object may actually be a path consisting of any number of segments of varying lengths and directions. To describe a path, connect several line or arrow commands with the keyword then. Figure 5-2: line right 1 then down .5 left 1 then right 1 If a path starts with then, the first segment is assumed to be into the current direction, using the default length. 5.3. Spline ObjectsIf you start a path with the spline keyword, the path vertices are treated as control points for a spline curve fit. Figure 5-3: spline right 1 then down .5 left 1 then right 1 You can describe many natural-looking but irregular curves this way. For example: Figure 5-4: Two more spline examples Note the arrow decorations. Arrowheads can be applied naturally to any path-based object, line or spline. We’ll see how in the next section. [ prev | next | top ] |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0052 ]-- |