On Thu, Nov 4, 2010 at 10:16 AM, Mr Rauf <cute_rauf_...@yahoo.com> wrote:

>
>
> I am working on a SVG and now want to let a user resize an object
> using draggable corners, very much like in SVG-edit (http://svg-
> edit.googlecode.com/svn/trunk/editor/svg-editor.html). The
> functionality should work as follows: The user selects the SVG objects,
> drags it to the main `canvas' and once on the `canvas', four corners
> on the outside of the object appear, the user can drag on each of the
> corner points & drag to enlarge the object. The objects will be
> rectangular in shape and created using paths, not using the SVG `rect'
> function. Would anyone have any suggestions as to how this should be
> implemented?
> Thanks in Advance..
>

Download SVG-Edit source Code. Read the source code of the feature you want.
Best way to read the source code of a given mistake or feature is follows.


download the latest source code the a software trunk. Let this version is
r1000

flyback to r500  (svn update -r500 , I think this is the command but you
need to check on google for flying back to old version in svn). check source
code of the binary has the given feature or not.

If it has feature the  check r250 else check revision r750.
this is like a bianary sort. Within 6-7 iterations you will be able to
locate at the exact source code which is responsible for a given feature in
a software.

Thanks.


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



------------------------------------

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

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

Reply via email to