Hi Andrew,
i know in my problem. Im create a new path element but im not insert position 
of path d="..." and then its not show

and i try to do follow circle in shapes.java but i found its to create new 
element  (attribute are null) but im want to create new path have attribute 
that id="" == id (to insert)

for example :
<path id="06D018" d="M366781.9 -1845753l4.2 .6l-3.1 21.4l-4.1 -.6l3 -21.4z" />

SVGPathElem path = (SVGPathElem)document.createElement(SVG.ELEM_PATH);

i dont know How to get PathElement that id = 06D018 ??? and
pain node ==>
node = SVGNode.getNodeById(root, new TinyString(id.toCharArray()));

and then
TinyNumber stroke_width = new TinyNumber(4<<TinyUtil.FIX_BITS);
TinyColor fillColor = yellowColor;
TinyColor strokeColor = redColor;

Regards,
Chalat R.


andrewgirow <[EMAIL PROTECTED]> wrote:                                  The 
problem is here:
 You wrote:
 >         path.strokeWidth = 2;
 
 It should be 
          path.strokeWidth = 2<<8;
 
 TinyLine uses fixed point numbers :)
 
 Cheers,
 A.
 

     
        _._,_.___                                                 Messages in 
this topic           (6)                                          Reply         
  (via web post)           |                     Start a new topic              
     
                                 Messages               |    Files              
 |    Photos                                 |    Polls                        
|    Calendar       
                                            -----
 To unsubscribe send a message to: [EMAIL PROTECTED]
 -or-
 visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 ----                     
                               
       Change settings via the Web (Yahoo! ID required) 
       Change settings via email: Switch delivery to Daily Digest | Switch 
format to Traditional 
                 Visit Your Group         |                Yahoo! Groups Terms 
of Use       |                Unsubscribe            
        
                                                 Recent Activity
                          
           16
       New Members
                                                                
           1
       New Files
                              
                      Visit Your Group           
                  SPONSORED LINKS
                                     
   Svg                     
   Scalable vector graphics                     
   Svg viewer                     
   Svg tool                     
   Svg graphic                   
       
                                                                 Search Ads
  Get new customers.
  List your web site
  in Yahoo! Search.
                  
                                              Y! Toolbar
   Get it Free!
   easy 1-click access
   to your groups.
                   
                                              Yahoo! Groups
   Start a group
   in 3 easy steps.
   Connect with others.
                   
           
          
      .
 
  
           

 __________________________________________________
คุณใช้ Yahoo! รึเปล่า
คุณเบื่อหน่ายอีเมลขยะใช่ไหม  Yahoo! เมล มีการป้องกันอีเมลขยะที่ดีที่สุด 
http://th.mail.yahoo.com 

[Non-text portions of this message have been removed]



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to