Closed Path Shape draws from centre point only

Hi,
Im using AI CS5. When I try to draw a closed shape (rectangle, elipse etc) the shape is always created from the centre point as thought I am holding down 'Alt', even though I am not holding down Alt. When I hold down Alt and draw, the same things happens. I want to revert to drawing from corner to corner. Any ideas?
Ta,
A.

If everything else fails, you may try one of these:
Ctrl+Alt+Shift/Cmd+Option+Shift during startup,
Move the folder , or
try the Other options , see item 7.

Similar Messages

  • How can I rotate a shape around a centre point in Illustrator?

    Hi all,
    I'm trying to make a pattern in Illustrator and I need to repeat a shape around a centre point, a bit like placing petals around the stigma of a flower. I can do it in Photoshop by moving the centre point of the bounding box to where I want to rotate the shape around, how can I do it in Illustrator?
    I also want to define this as a shape/pattern and use in Photoshop, how do I go about this?
    Many thanks,
    Foxy

    The centroid of a straight-sided polygon is located at the average of its corner points locations. For a given path (a star, for example) you can:
    1. Select the path.
    2. Copy. PasteInFront.
    3. Object>Path>Average>Both.
    For objects with curved segments, you can approximate the centroid by:
    1. Select the path.
    2. Copy. PasteInFront.
    3. Apply some command that adds a bunch of points along the curves (Object>Path>Add Anchor Points, or ZigZag with zero for Size).
    4. Object>Path>Average>Both.
    If you have alot of paths you need to do that for all at once (as when designing a hanging mobile), I have a simple Javascript for that.
    JET

  • How can I get the Fireworks pen tool to disengage from an open path shape (and stay disengaged)!

    I am so frustrated! I can't get the fireworks pen tool to disengage when I am finished creating an open path shape (double clicking the end-point isn't working).  The only way I can disengage the pen tool  is to click on a different tool, BUT ...if I do that (i.e., click on a different tool), and then go back to the pen tool (with the intent to create another open path shape), the pen tool automatically engages the last point of my prior open path shape ... and ... no matter what I do, I can't get the pen tool in Fireworks to stop doing this with my open path shapes.
    If anyone has any helpful advice, it would be much appreciated!
    Thank you!
    (note: I prefer not to have to go back and forth creating open path shapes in Illustrator then bring them into Fireworks, but if all else fails, I suppose I'll have to as a work-around.)

    Have you tried holding the Command key and clicking away from the last point? The Command (⌘) key will bring up the Subselection tool; clicking on the canvas with it will allow you to disengage from the path. Once you release the key, the Pen tool will return and you can begin another path.

  • 3rd party downloader should start only from the broken point only

    3rd party downloader should start only from the broken point only.   

    This is a SharePoint forum, we don't tend to work too closely with Google drive. You might want to try a Google support forum.

  • How to determine a point(or a path)  inside a closed path?

    I came across such a problem:
          My client requires add a number marks inside a closed path ,and such a closed path is irregular,
    My question is, how to ensure a point(or a path) is inside another closed path,and how to calculate this point?
    Is there any suite in the SDK to accomplish this function?

    haha ,I found a good way to solve this problem,We can use AIPathfinderSuite::DoFrontMinusBackEffect  to determine  whether a path  inside another closed path.

  • Why does closing all open windows (15) and leaving only one drop ram usage from 1.5 to 1.4Gb and not more.

    Why does closing all open windows (15) and leaving only one drop ram usage by only 100mb from 1.5 to 1.4Gb.
    What is in this 1.4 gb ?
    I don't care much about ram, It's just that cpu usage spike like crazy by the end.
    ''Edited to remove swearing - TonyE''

    Hi musicfan,<br />Sorry you are having problems with Firefox. Maybe you should have asked earlier and we could have fixed it.
    Reading your comments I do not see that rolling back to an insecure Firefox 22 will actually help you much. You are probably best using IE, unless you have also damaged that.
    *[[Export bookmarks to Internet Explorer]]
    You should not use old versions they are insecure. Security fixes are publicised and exploitable.
    * [[Install an older version of Firefox]]
    * https://www.mozilla.org/security/known-vulnerabilities/firefox.html
    Most others will not be having such problems. We are now able to say that with confidence because after developers missed a regression in Firefox 4 telemetry was introduced so that data was obtained. It may be an idea to turn on your telemetry, if you have not already done so, and decide to stick with Firefox.
    *[[Send performance data to Mozilla to help improve Firefox]]
    Trying safe mode takes seconds. Unfortunatly if you are not willing to do even rudimentary troubleshooting there is not anything we can do to help you.
    *[[Troubleshoot Firefox issues using Safe Mode]]

  • Each time I try to start iTunes after it was closed, it wouldn't start. I have to go to the Task Manager delete Apple Push from processes and only after that iTunes statrs again. What is wrong?

    Each time I try to start iTunes after it was closed, it wouldn’t start. I have to go to the Task Manager delete Apple Push from processes and only after that iTunes statrs again. What is wrong

    Did you manage to get it working mine disappeared after I while I managed to download it but now my laptop/iTunes won't recognise my iPhone!

  • Is there a way to draw a straight line from one point to another?

    Is there a way of drawing a straight line from one point to another please?

    Yes.  First click on this icon:
    Now select the line drawing icon:
    Now press a shift key and drag your mouse on the image to draw a straight line.
    These instructions are for Windows system so you need to adapt the method for Macs.  I can't afford to by an Apple Mac!!!!!
    Good luck.

  • I can't able to access shapes(circle,star) in tool,only rectangle is used.what to do for drawing other shapes?

    i can't able to access shapes(circle,star) in tool,only rectangle is used.what to do for drawing other shapes?

    Mylenium is right; we don't know enough to help you.
    Screenshots of your interface would help. Also, more information about your OS, version of AE, etc.: FAQ: What information should I provide?

  • How to see my code drawing a line from one point to another

    hi, im wondering if you could help me.
    i am working on my project which is to visualise travelling salesman heuristics.
    i have managed to make my first heuristic work, but my problem is that when i clicked the run button on my GUI,
    the output is already a complete tour with all the edges already drawn, but what i want is to see how it solves or draw the lines from one vertex to another just by clickin the run button once.
    would be great if you could advice me of what method or technique i need to use to see my application solving the tour or drawing the edges.
    below is my cofe for drawing the edges from one point to another
      void drawLineNNh(Graphics g){
             Graphics2D g2 = (Graphics2D) g;
             g2.setColor(Color.blue);
             int i = 0;
             if (P == null) return;
             else
                 for(i=0; i<P.getSize(); i++)
                 Line2D.Double drawLine = new Line2D.Double(P.x_coor[nnH.seen]+5, P.y_coor[nnH.seen[i]]+5, P.x_coor[nnH.seen[i+1]]+5,P.y_coor[nnH.seen[i+1]]+5);
    Line2D.Double drawLastEdge = new Line2D.Double(P.x_coor[nnH.seen[P.getSize()-1]]+5, P.y_coor[nnH.seen[P.getSize()-1]]+5, P.x_coor[0]+5,P.y_coor[0]+5);
    g2.drawString( " Total Distance : " + nnH.totalDistance , 10, 300);
    g2.draw(drawLine);
    g2.draw(drawLastEdge);
    public void setNNh(Points p)
    nnH = new NNheuristic(p);
    useNNh = true;
    public void paint(Graphics g)
    frame(g);
    drawpoints(g);
    if(useNNh)
    drawLineNNh(g);
    below is my code for calling the above method to draw edges, actionlistererun.addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent e) {
    if (e.getActionCommand().equals("Run")) {
    if (chooseHeur.getSelectedItem()=="Nearest-Neighbour")
    System.out.println(chooseHeur.getSelectedItem());
    //points = new Points(toInt((String)chooseNum.getSelectedItem()));
    //PlotArea.set(points);
    PlotArea.setNNh(points);
    PlotArea.repaint();

    I AM USING SWING.
    HERE IS MY CODE, HOPEFULLY ENOUGH TO UNDERSTAND THE PROBLEM.
    class Plot extends Panel{
         public static int num;
         NNheuristic nnH;
         Closest_insertion CI;
         Points P;
         public static boolean useNNh= false;
         boolean useCI=false;
         boolean triangleDrawn = false;
         boolean CIupdate;
         void drawpoints (Graphics g)
             Graphics2D g2 = (Graphics2D) g;
             Graphics2D g3 = (Graphics2D) g;
             int i=1;
             g2.setColor(Color.red);
                    if (P==null) return;
                    else
                    while (i<P.getSize())
                         Ellipse2D.Double vertices = new Ellipse2D.Double(P.x_coor,P.y_coor[i],10,10);
    g2.fill(vertices);
    i++;
    g3.setColor(Color.MAGENTA);
    Ellipse2D.Double initial = new Ellipse2D.Double(P.x_coor[0],P.y_coor[0],10,10);
    g3.fill(initial);
    System.out.println("No. of Vertices: " + P.getSize());
    for(int k = 0; k < P.getSize(); k++)
    System.out.println("x coordinate: " + P.x_coor[k] + ", " + "y coordinate :" + P.y_coor[k] );
    // System.out.println("next:"+ P.x_coor[k+1]);
    triangleDrawn = false;
    void drawLineNNh(Graphics g){
    Graphics2D g2 = (Graphics2D) g;
    g2.setColor(Color.blue);
    int i = 0;
    if (P == null) return;
    else
    for(i=0; i<P.getSize(); i++)
    Line2D.Double drawLine = new Line2D.Double(P.x_coor[nnH.seen[i]]+5, P.y_coor[nnH.seen[i]]+5, P.x_coor[nnH.seen[i+1]]+5,P.y_coor[nnH.seen[i+1]]+5);
    Line2D.Double drawLastEdge = new Line2D.Double(P.x_coor[nnH.seen[P.getSize()-1]]+5, P.y_coor[nnH.seen[P.getSize()-1]]+5, P.x_coor[0]+5,P.y_coor[0]+5);
    g2.drawString( " Total Distance : " + nnH.totalDistance , 10, 300);
    g2.draw(drawLine);
    g2.draw(drawLastEdge);
    public void set (Points p)
    P=p;
    useNNh = false;
    useCI = false;
    public void setNNh(Points p)
    nnH = new NNheuristic(p);
    useNNh = true;
    void frame (Graphics g)
    g.setColor(Color.white);
              g.fillRect(0,0,size().width,size().height);
              g.setColor(Color.green);
              g.drawRect(0,0,579,280);
    public void paint(Graphics g)
    frame(g);
    drawpoints(g);
    if(useNNh)
    drawLineNNh(g);
    else if(useCI)
    if(!CIupdate)
    drawTriCI(g);
    else
    drawRestCI(g);
    // drawLineNNh(g);
    public void clear ()
         // remove the points and the graph.
    P=null;
    triangleDrawn = false;
    code of my GUIpublic class TSP extends JFrame{
    JButton run;
    ...................codes...........
    TSP() {
    ...............................codes...........
    run = new JButton ("Run");
    run.setPreferredSize(new Dimension(113,30));
    run.addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent e) {
    if (e.getActionCommand().equals("Run")) {
    if (chooseHeur.getSelectedItem()=="Nearest-Neighbour")
    System.out.println(chooseHeur.getSelectedItem());
    //points = new Points(toInt((String)chooseNum.getSelectedItem()));
    //PlotArea.set(points);
    PlotArea.setNNh(points);
    PlotArea.repaint();
    else if(chooseHeur.getSelectedItem()=="Closest-Insertion")
    PlotArea.setC_I(points);
    PlotArea.repaint();
    pane2.add(run);

  • Path from vnode pointer

    How can I get a path from vnode pointer?
    Thanks, Veselka

    Hi, Mike,
    Is the 'pathname' the full pathname or just the 'name'
    of the vnode ?The new facility caches the full pathname.
    Does vnode or inode structure in Solaris 10 also have
    info about its parent
    directory like the DNLC entry ?The vnode does not. The inode does not. Other filesystem-specific
    *nodes may of course do whatever they like.
    In Solaris 8 and 9, if the DNLC does not have the
    vnode entry that you search for,
    then in order to get the pathname and the parent
    directory vnode(dvp) for this
    vnode, what is the quick way to get those info from
    the file system ?If you have no cached info to help you at all, things are quite painful
    and you have to resort to either a find by inode number (which you
    can get from the inode), or a getcwd-style algorithm (which you can
    do if you can find the directory's vnode) where you look at all the
    directory entries of the parent dir until you find yours, and then
    recurse backward to find the parent's path, and so on. These are all
    the issues that we've automated in the new technology in Solaris 10.
    Eric Schrock did the work for this, BTW: his blog is at blogs.sun.com/eschrock/
    -Mike

  • Varying the stroke colour used in a section of a closed path.

    Hi
    I'm using Illustrator CS6.
    I'm working with closed paths on an illustrated character. I have a leg overlapping a body for example. The leg is essentially a 4 sided shape but I only want a stroke on 3 sides. On the 4th side I don't want a stroke on it so that the leg blends with the body. I first thought about using the shape builder tool to merge the 2  shapes to see what that would look like but they won't merge for some reason. Can't see why from the help.
    Then I tried to use the width tool to drop the stroke on the 4th side down to a 0 width for the side I want ... but that didn't work either.
    Can anyone tell me how I can change a closed shape so that a section of the shape has a different stroke colour (i.e. none!) from the rest of the shape? All ideas gratefully received.
    Arisaig67

    Hi Everyone
    Thanks for the tips to date. I'm going to mull some over, some I've already tried. Note to self - it would have been helpful if I had posted a rough example to illustrate from the outset. So here's one now and a summary of where I'm at. This is a crude example showing my scenario. Jacob's right in that I want the leg on top of the body with the strokes showing.
    To have a closed curve, I understand that I have to close the top of the leg off (red line here)? (I'm still quite new to illustrator but have used other packages before). I ideally want to keep the leg separate as I find that easier for using draw inside and using the feathering effect for creating shade and light. However I don't want the top line to actually appear. Since I don't know how to close but not have the top line, I have in earlier examples been clipping and joining the curves where it connects with the body as per earlier suggestions. In this case, with the "jutting out" part of the leg above the body line now essentially a line, rather than a shape. However that's disadvantageous for light and shade as I can't then use the draw inside so accurately for shading on the leg if it becomes one with the body (draw inside compensates a little for my hamfistedness with the tablet!).
    I may be banging up against a limitation in illustrator but rather than flounder in my ignorance, I decided it was better to find out once and for all from the collective genius and experience of the illustrator community! My developing sketching skills may alse be limiting the avenues I am trying to explore, so thanks to date for the differetn suggestions that have already expanded my perspective!
    When I get home tonight I'll try the suggestions I haven't tried yet and report back.
    As for shape builder - I don't know why it's not working. I'm following the same steps as when it does work for me! draw inside is the same - some times it works, sometimes it doesn't and I haven't differentiated why yet. I know draw inside needs just one shape selected but sometimes even that doesn't work. I need to interrogate my stuff more closely. it's a crazy, parrellel learning point ride with illustrator but loving every minute of it!
    thanks again!

  • Path/Shape tool and Hand tool are awful in CS6.

    We recently upgraded to CC at work and I do love the idea. Hypothetically, what could be better? Sadly, CC comes with CS6 which doesn't shine so well. Photoshop in particularl is hindering me and slowing down my productivity. Therefore I am sharing my thoughts and hoping something will get done.
    Paths/Shapes in CS6 are absolute trash. As an illustrator, I use these tools frequently on a daily basis. It used to be rapid and easy. Now, when I undo more than one stage I have to reselect the path, so that's +1 click per mistake.
    I used to love the expanded pathfinder view, of the shapes/pen tool. Now it's contained in a drop-down which feels very dumbed-down and is +1 click EVERY time I need to use something in there. REALLY AWKWARD and a complete pain to use. Especially if I select the wrong draw mode. Why is there not even the option to use the old expanded view, or a PATHFINDER PANEL added to Photoshop for 'traditional' users/illustrators?
    Seeing as that hasn't changed for as long as I can remember... I imagine that it is annoying a lot of people. I don't know how you thought it would be good to change that outright without even phasing it out gradually or offering the original view as well. Terrible. Don't even dare tell me to draw my paths in illustrator. Worse still, the infinitely useless marquee tool keeps the original expanded view! So it's not even like it couldn't have been done. Just. Annoying.
    Also the Hand tool is a right pain. Are you seriously telling me I can't scrub freely? Outside of the 'frame'?? That's retarded. Even if an imported layer is larger than my document bounds and the 'frame' I still can't even scrub outside of it?
    I've been a loyal user of photoshop for over 10 years and this is the worst update I've seen in all that time. There are great things happening, with the content aware stuff and better GL processing etc etc. Sadly, tried and tested features are being wiped out as you try and turn photoshop into one giant DESIGN button.
    Sorry for the massive rant. I had real high hopes for CS6 and to be honest, I'm moderately disappointed.
    I couldn't figure out where on earth to post this as I couldn't find a feedback button in photoshop. Which may also be a great idea to consider.

    Apologies for the triple post but this is still frustrating me.
    I don't understand why Adobe would do something that slows down long-term Photoshop users so much!
    When I am on the path selection tool, the little check mark to deselect all paths is gone. Why? It was one tiny button that didn't even add clutter and was impecably useful.
    Now, if I'm trying to add to my path or subtract from a path, the minute I switch my pen to this mode, the whole shape layer abides by that rule. So my existing path is inverted if I select subtract, etc.
    Why does the pen tool now control paths in the same way as the path selection tool? I thought that was the ENTIRE POINT of the path selection tool. For selecting and modifying a paths properties. Any modifiers applied to the pen should be strictly for once you draw with the pen? Again. More clicks, more undos and more workarounds to figure out. All of which seem much slower and more convoluted than every previous version of the CS.
    Also, where have the transform controls gone from the path selection tool? Once again, another click. Right click > free transform. Who thought that would be smart? Works for some but not me for a second.
    These bulky, childish cursors are annoying some of my colleagues too. Even precise cursors are now massive. Where have sleek, 1px thick cursors gone? Why have we got these chunky horible things that look like they're from the Sims or something?? I'm not playing a videogame. I'm working. I feel like a school child with these hilariously over-sized pointers.
    It's not even like a fix for these issues is needed. Simply revert back to the method which was practical and useful? With some of the new additions like the rubber band and illustrator style-stroke... All great stuff, if applied to the *real* path tool. Not this lame excuse of one. Why did you got screwing with what WAS one of the most versatile tools in photoshop? I can only hope this is the first stage of a major upgrade in this tool.

  • Creating closed paths after using Live Trace.

    Hi, I am rather new in this, so forgive me if my question doesn't make any sense at all;
    When I trace raster images, Adobe Illustrator (CS3) gives me lots of anchor points along the outlines of the image. That's great for use with Live Paint & Live Color.
    Is there also a way to automaticly create closed paths/objects from this?
    Some kind of tool that seperates one color from another by closing those same paths.
    Basicly in a way where I can select one of the many colors within my traced picture, such as the green of a leaf, and have an actual closed path going around that same leaf. ..And then the sky would be a seperated object, and the pink flowers, and the yellow inside the flowers, and so on.
    Thanks, Linda

    If I understand your question correctly, you could probably accomplish it this way:
    1. Ungroup the trace.
    2. Select the "leaf" shape. If it consists of many shades of green, you'll have to use the Direct Selection tool, or perhaps the Lasso, or the Group Selection tool.
    3. Copy. This will stay in your clipboard, so don't copy anything else until
    4. Pathfinder>Add on the selected leaf shapes. Hold down Option to expand while adding.
    5. Now you have a solid shape that you can add a stroke to. If you make the stoke wide, or align it to the outside, it'll show around the leaf
    6. Paste in Front (Cmd-F). This will paste the original leaf shapes you copied, right on top of the solid shape you just made.

  • Combining closed paths in Illustrator CS3

    Dunno how simple this one is, but I have two closed paths of the same colour that overlap to appear as one object when printed. I'm trying to combine these two paths into one object so that if I apply a stroke weight to it, it outlines the whole object, instead of individually. Is there a simple way of doing this or do I have to add points manually?
    Keep in mind I'm not asking about a compound path.

    You use the pathfinder selecting both objects and clicking on the first icon at the top left if you wish you can keep this alive or you can expand it. In either case you can now apply a stroke to the new shape.
    Ore you can select both and then click on the live paint bucket and turn it into a live paint group and choose the option to paint both fills and strokes. and paint away.

Maybe you are looking for

  • Problems with mail after every shutdown

    I posted a few days ago when mail kept crashing following the security update (probably due to me not closing all applications before installing). I managed to get mail working again by resetting the junk mail filter. However, since then I have had p

  • Symantec antivirus Best practice for oracle database on windows server 2003

    Hi all, I have an oracle database server on windows server 2003 platform of version 10.2.0.4. what would be best practice of running symantec antivirus on that server as well as database file exclusions from scanning them. My server had rebooted unex

  • Import image in FLEX

    I'm testing Horizon FLEX but I'm having problems importing an image. I followed the steps of creating a VM with VMware Fusion Pro. Encrypted the VM, enabled restrictions, restriction type = managed and entered the management server (mirage server). W

  • Remit-To bank account number

    I have seen Remit-To bank account column in Invoice header as well as in Scheduled Payments tab in Invoice Screen. May I know the difference?. Some invoices I could see bank info at header and some invoices I could see at scheduled payments? how this

  • How Do I Reinstall Default Playlists

    I removed the "Recently played" and "25 most played" playlists from my ipod (which updated itunes of course and removed from there as well) and I have not been able to restore them. I did back up the library and reinstall original software (which did