@@ -567,16 +567,16 @@ <h3>Postscript Style Drawing Commands</h3>
567567 if ( myPath ) {
568568 myPath . remove ( ) ;
569569 }
570-
570+
571571 // Create a new path and add a segment point to it
572572 // at {x: 150, y: 150):
573573 myPath = new Path ( ) ;
574574 myPath . add ( 150 , 150 ) ;
575-
575+
576576 // Draw an arc through the position of the mouse to 'toPoint'
577577 var toPoint = new Point ( 350 , 150 ) ;
578578 myPath . arcTo ( event . point , toPoint ) ;
579-
579+
580580 // Select the path, so we can see its segments:
581581 myPath . selected = true ;
582582}
@@ -1391,6 +1391,45 @@ <h3>Relative Drawing Commands</h3>
13911391</ div >
13921392
13931393
1394+ < div id ="guide-member " class ="member ">
1395+ < div id ="guide-link " class ="member-link ">
1396+ < a name ="guide " href ="# " onClick ="return toggleMember('guide', false); "> < tt > < b > guide</ b > </ tt > </ a >
1397+ </ div >
1398+ < div id ="guide-description " class ="member-description hidden ">
1399+ < div class ="member-header ">
1400+ < div class ="member-title ">
1401+ < div class ="member-link ">
1402+ < a href ="# " onClick ="return toggleMember('guide', false); "> < tt > < b > guide</ b > </ tt > </ a >
1403+ </ div >
1404+ </ div >
1405+ < div class ="member-close "> < input type ="button " value ="Close " onClick ="toggleMember('guide', false); "> </ div >
1406+ < div class ="clear "> </ div >
1407+ </ div >
1408+
1409+ < div class ="member-text ">
1410+ < p > Specifies whether the item functions as a guide. When set to
1411+ < tt > true</ tt > , the item will be drawn at the end as a guide.</ p >
1412+
1413+
1414+ < ul > < b > Default:</ b >
1415+ < li >
1416+ < tt > 1</ tt >
1417+ </ li >
1418+ </ ul >
1419+
1420+ < ul > < b > Type:</ b >
1421+ < li >
1422+ < tt > Number</ tt >
1423+ </ li >
1424+ </ ul >
1425+
1426+
1427+ </ div >
1428+
1429+ </ div >
1430+ </ div >
1431+
1432+
13941433< div id ="selected-member " class ="member ">
13951434< div id ="selected-link " class ="member-link ">
13961435< a name ="selected " href ="# " onClick ="return toggleMember('selected', false); "> < tt > < b > selected</ b > </ tt > </ a >
@@ -1881,6 +1920,38 @@ <h3>Bounding Rectangles</h3>
18811920 </ ul >
18821921
18831922
1923+ </ div >
1924+
1925+ </ div >
1926+ </ div >
1927+
1928+
1929+ < div id ="handlebounds-member " class ="member ">
1930+ < div id ="handlebounds-link " class ="member-link ">
1931+ < a name ="handlebounds " href ="# " onClick ="return toggleMember('handlebounds', false); "> < tt > < b > handleBounds</ b > </ tt > </ a >
1932+ </ div >
1933+ < div id ="handlebounds-description " class ="member-description hidden ">
1934+ < div class ="member-header ">
1935+ < div class ="member-title ">
1936+ < div class ="member-link ">
1937+ < a href ="# " onClick ="return toggleMember('handlebounds', false); "> < tt > < b > handleBounds</ b > </ tt > </ a >
1938+ </ div >
1939+ </ div >
1940+ < div class ="member-close "> < input type ="button " value ="Close " onClick ="toggleMember('handlebounds', false); "> </ div >
1941+ < div class ="clear "> </ div >
1942+ </ div >
1943+
1944+ < div class ="member-text ">
1945+ < p > The bounding rectangle of the item including handles.</ p >
1946+
1947+
1948+ < ul > < b > Type:</ b >
1949+ < li >
1950+ < a href ="../classes/Rectangle.html "> < tt > Rectangle</ tt > </ a >
1951+ </ li >
1952+ </ ul >
1953+
1954+
18841955</ div >
18851956
18861957</ div >
@@ -1910,7 +1981,7 @@ <h3>Stroke Style</h3>
19101981
19111982 < ul > < b > Type:</ b >
19121983 < li >
1913- < a href ="../classes/RGBColor.html "> < tt > RGBColor</ tt > </ a > / < a href ="../classes/HSBColor.html "> < tt > HSBColor</ tt > </ a > / < a href ="../classes/GrayColor.html "> < tt > GrayColor</ tt > </ a >
1984+ < a href ="../classes/RGBColor.html "> < tt > RGBColor</ tt > </ a > / < a href ="../classes/HSBColor.html "> < tt > HSBColor</ tt > </ a > / < a href ="../classes/HSLColor.html " > < tt > HSLColor </ tt > </ a > / < a href =" ../classes/ GrayColor.html "> < tt > GrayColor</ tt > </ a >
19141985 </ li >
19151986 </ ul >
19161987
@@ -2284,7 +2355,7 @@ <h3>Fill Style</h3>
22842355
22852356 < ul > < b > Type:</ b >
22862357 < li >
2287- < a href ="../classes/RGBColor.html "> < tt > RGBColor</ tt > </ a > / < a href ="../classes/HSBColor.html "> < tt > HSBColor</ tt > </ a > / < a href ="../classes/GrayColor.html "> < tt > GrayColor</ tt > </ a >
2358+ < a href ="../classes/RGBColor.html "> < tt > RGBColor</ tt > </ a > / < a href ="../classes/HSBColor.html "> < tt > HSBColor</ tt > </ a > / < a href ="../classes/HSLColor.html " > < tt > HSLColor </ tt > </ a > / < a href =" ../classes/ GrayColor.html "> < tt > GrayColor</ tt > </ a >
22882359 </ li >
22892360 </ ul >
22902361
@@ -3481,18 +3552,18 @@ <h3>Transform Functions</h3>
34813552</ div >
34823553
34833554
3484- < div id ="scale-sx-sy -member " class ="member ">
3485- < div id ="scale-sx-sy -link " class ="member-link ">
3486- < a name ="scale-sx-sy " href ="# " onClick ="return toggleMember('scale-sx-sy ', false); "> < tt > < b > scale</ b > (sx, sy [, center])</ tt > </ a >
3555+ < div id ="scale-hor-ver -member " class ="member ">
3556+ < div id ="scale-hor-ver -link " class ="member-link ">
3557+ < a name ="scale-hor-ver " href ="# " onClick ="return toggleMember('scale-hor-ver ', false); "> < tt > < b > scale</ b > (hor, ver [, center])</ tt > </ a >
34873558</ div >
3488- < div id ="scale-sx-sy -description " class ="member-description hidden ">
3559+ < div id ="scale-hor-ver -description " class ="member-description hidden ">
34893560< div class ="member-header ">
34903561< div class ="member-title ">
34913562< div class ="member-link ">
3492- < a href ="# " onClick ="return toggleMember('scale-sx-sy ', false); "> < tt > < b > scale</ b > (sx, sy [, center])</ tt > </ a >
3563+ < a href ="# " onClick ="return toggleMember('scale-hor-ver ', false); "> < tt > < b > scale</ b > (hor, ver [, center])</ tt > </ a >
34933564</ div >
34943565</ div >
3495- < div class ="member-close "> < input type ="button " value ="Close " onClick ="toggleMember('scale-sx-sy ', false); "> </ div >
3566+ < div class ="member-close "> < input type ="button " value ="Close " onClick ="toggleMember('scale-hor-ver ', false); "> </ div >
34963567< div class ="clear "> </ div >
34973568</ div >
34983569< div class ="member-text ">
@@ -3502,14 +3573,14 @@ <h3>Transform Functions</h3>
35023573< ul > < b > Parameters:</ b >
35033574
35043575< li >
3505- < tt > sx :</ tt >
3576+ < tt > hor :</ tt >
35063577< tt > Number</ tt >
35073578— the horizontal scale factor
35083579
35093580</ li >
35103581
35113582< li >
3512- < tt > sy :</ tt >
3583+ < tt > ver :</ tt >
35133584< tt > Number</ tt >
35143585— the vertical scale factor
35153586
@@ -3729,18 +3800,18 @@ <h3>Transform Functions</h3>
37293800</ div >
37303801
37313802
3732- < div id ="shear-shearX-shearY -member " class ="member ">
3733- < div id ="shear-shearX-shearY -link " class ="member-link ">
3734- < a name ="shear-shearX-shearY " href ="# " onClick ="return toggleMember('shear-shearX-shearY ', false); "> < tt > < b > shear</ b > (shearX, shearY [, center])</ tt > </ a >
3803+ < div id ="shear-hor-ver -member " class ="member ">
3804+ < div id ="shear-hor-ver -link " class ="member-link ">
3805+ < a name ="shear-hor-ver " href ="# " onClick ="return toggleMember('shear-hor-ver ', false); "> < tt > < b > shear</ b > (hor, ver [, center])</ tt > </ a >
37353806</ div >
3736- < div id ="shear-shearX-shearY -description " class ="member-description hidden ">
3807+ < div id ="shear-hor-ver -description " class ="member-description hidden ">
37373808< div class ="member-header ">
37383809< div class ="member-title ">
37393810< div class ="member-link ">
3740- < a href ="# " onClick ="return toggleMember('shear-shearX-shearY ', false); "> < tt > < b > shear</ b > (shearX, shearY [, center])</ tt > </ a >
3811+ < a href ="# " onClick ="return toggleMember('shear-hor-ver ', false); "> < tt > < b > shear</ b > (hor, ver [, center])</ tt > </ a >
37413812</ div >
37423813</ div >
3743- < div class ="member-close "> < input type ="button " value ="Close " onClick ="toggleMember('shear-shearX-shearY ', false); "> </ div >
3814+ < div class ="member-close "> < input type ="button " value ="Close " onClick ="toggleMember('shear-hor-ver ', false); "> </ div >
37443815< div class ="clear "> </ div >
37453816</ div >
37463817< div class ="member-text ">
@@ -3750,16 +3821,16 @@ <h3>Transform Functions</h3>
37503821< ul > < b > Parameters:</ b >
37513822
37523823< li >
3753- < tt > shearX :</ tt >
3824+ < tt > hor :</ tt >
37543825< tt > Number</ tt >
3755-
3826+ — the horizontal shear factor.
37563827
37573828</ li >
37583829
37593830< li >
3760- < tt > shearY :</ tt >
3831+ < tt > ver :</ tt >
37613832< tt > Number</ tt >
3762-
3833+ — the vertical shear factor.
37633834
37643835</ li >
37653836
@@ -3993,7 +4064,7 @@ <h3>Remove On Event</h3>
39934064 // with a radius of 10:
39944065 var path = new Path . Circle ( event . point , 10 ) ;
39954066 path . fillColor = 'black' ;
3996-
4067+
39974068 // Remove the path on the next onMouseDrag or onMouseDown event:
39984069 path . removeOn ( {
39994070 drag : true ,
@@ -4041,7 +4112,7 @@ <h3>Remove On Event</h3>
40414112 // with a radius of 10:
40424113 var path = new Path . Circle ( event . point , 10 ) ;
40434114 path . fillColor = 'black' ;
4044-
4115+
40454116 // On the next move event, automatically remove the path:
40464117 path . removeOnMove ( ) ;
40474118}
@@ -4131,7 +4202,7 @@ <h3>Remove On Event</h3>
41314202 // with a radius of 10:
41324203 var path = new Path . Circle ( event . point , 10 ) ;
41334204 path . fillColor = 'black' ;
4134-
4205+
41354206 // On the next drag event, automatically remove the path:
41364207 path . removeOnDrag ( ) ;
41374208}
@@ -4176,7 +4247,7 @@ <h3>Remove On Event</h3>
41764247 // with a radius of 10:
41774248 var path = new Path . Circle ( event . point , 10 ) ;
41784249 path . fillColor = 'black' ;
4179-
4250+
41804251 // Remove the path, when the mouse is released:
41814252 path . removeOnUp ( ) ;
41824253}
0 commit comments