Using pen tool, no fill no stroke but still colored line?

I have used the pen tool to draw shapes in Illustrator. Some shapes have normal paths and some are weird. The normal paths disappear when they aren't clicked on, the weird ones have a green stroke always. There is no fill and no stroke on so I am confused. Also when I click on the normal ones and then try to use the pen tool, it creates a normal path. When I click on the weird ones and use the pen tool, it copies it and makes a green line. If I put on a stroke, its like there's an inner stroke. Please help!!

You sure that the green ones aren't Guides. I believe the default color for Guides is green. What happens if you go to View>Guides>Clear Guides? Do the green paths disappear? Cmd(Ctrl)-5 is the KBSC for Make Guide. If you accidentally hit that with a path selected it will become a guide.

Similar Messages

  • Can't see fill or stroke even with color activated

    This is a newbie question, but for the life of me I can't figure out what's going on. At some point while I was working on an Illustrator CS2 file, I  accidentally moved or misclicked on an object, and then its fill and  stroke disappeared. In the tool panel, fill and stroke are still  activated and are still the same color they were before, I just can't  see them on the actual image. I can only see the path. Other objects are  still visible, and I've been trying to compare their attributes with  those of the invisible object, but I haven't been able to figure out the  difference.
    Any help would be appreciated!

    Phobic,
    In your Layers screenshot, I count Compound Shapes nested fifteen levels deep. That is an absolutely ridiculous construct, and it is no wonder you are having display problems.
    Select the topmost Compound Shape listed in the Layers palette. Release Compound Shape. Repeat this until you have no more Compound Shapes. Then stay away from the Pathfinder palette until you understand it. (See online Help.) You don't need it for the simply line art you are drawing, based on the screenshot.
    Realize: The Layers palette lists every object in the document. So not everything listed there is a Layer or a SubLayer. Those items titled Compound Shapes are not Layers; they're objects.
    For the kind of artwork you are trying to draw, first get your head around ordinary Compound Paths. When you have to use one closed path to punch a hole in another, use the Object>Compound Path>Make command, not the Pathfinder palette. Compound Paths are basic constructs common across all vector drawing programs. That top row of icons in the Pathfinder palette create compound paths applied as a "live effect"--an Illustrator-specific construct, and one that will just confuse you until you understand the basics of compound paths.
    Understand that each subpath of a compound path has its own winding direction. The winding direction, together with the winding rule, determine whether the subpath "punches" or creates a void in the surrounding subpath. Illustrator does a poorer job of automatically handling those settings than other programs, so you often have to change the direction of direct-selected subpaths. Those settings are in the Attributes palette.
    JET

  • Fill after use pen tool

    it is possible after using pen tool in path mode ifill the objetc i made with color ? I need the steps/ Thanks

    Use the path selection tool to select the path.  Then copy it: ctrl/cmd-C.  Use the pen or shape tool to create a SHAPE layer.  just make a small box or something to create the layer.  Then press ctrl/cmd-V to paste your path into that shape layer.  Select the small shape you made to create the layer and delete. it.

  • How to add a 'stoke path' using 'pen tool' on CS6 (mac)?

    I'm a beginner at photoshop and I'm only 14 years old. I need to know this for my GCSE project.
    I'm trying to create something similar to this:
    Using pen tool and stroke path, but when i use the pen tool I'm not sure how to add the stroke path like that.
    I've used CS4 previously at school and when you right clicked on the path it came up with this:
    I haven't a clue how to get that up on CS6 (on mac) and when you right click it, it just seems to continue adding the path. Any help?

    In addition to conroys advice here is a video tutorial that might help you as well:
    enjoy,
    janelle

  • Need help in using Pen Tool

    Hi,
    I am trying to draw a nice curvy BOW using the pen tool.
    How can i draw a nice curvy stroke using pen tool with thickness control.
    Can any one help me ?
    steve

    Steve,
    I am trying to draw a nice curvy BOW using the pen tool.How can i draw a nice curvy stroke using pen tool with thickness control.
    Can any one help me ?
    You may draw the spine of the bow with the Pen Tool and apply a custom made Artbrush to it; the Artbrush should be a fill no stroke shape reflecting the relative thickness along the relative length (the thickness (height) of the brushed path will be the thickness of the brushed stroke at 1pt Stroke Weight, and the length of the shape is arbitrary, so it can be set to 8, 10, 100, or whatever, because the brush strtches to the length of the path).
    And you may draw half the bow, reflect (Object>Transform>Reflect) and distribute (Align>Distribute), and join the halves.

  • I have noticed while using pen tool that I have to wait before the small square appears.

    I have noticed while using pen tool that I have to wait before the small square appears. Tenth of a second, but this is disturbing on a daily basis. Is there any solution?

    It seems that in your version of InDesign, the image preview is grayed out while you are editing the picture frame with the pen tool. Not the case with my version of CS5 for macintosh.
    But I think this is a bad way to work. If you want the path only to affect text wrap, then edit the text wrap path. This is more versatile than editing the frame because you can have text appear over part of the image visible below text. This of a bird in flight in a light sky. The text wrap can surround the bird so text can appear in the sky. Your method does not permit this.
    If you are editing the frame’s path because you also want to crop the image, then you’d be better off doing that in Photoshop by adding either a clipping path in the Paths panel or a mask in the Layers panel. If it’s an Illustrator file then add a clipping mask.
    I find InDesign’s pen tool and general path editing to be significantly inferior to Illustrator’s. If I need to have an editable path in InDesign that I would draw much more easily in Illustrator, then I do that and copy the path back. It comes in as a simple unassigned frame, which I can then convert to a picture frame or a text frame and copy/paste the contents into the new frame. That may suit you if the above suggestions are inappropriate.

  • How to use pen tool in Adobe and Illustrator?

    How to use pen tool in Adobe and Illustrator?

    With the pen tool in Indesign, is there a way of making the points not join if you want to make a few single lines?

  • To sign the document using pen tool in acrobat

    hi ,
            I have to draw in the pdf using pen tool in a particular textbox. what i want to do in when i click in the textbox
          it has to go to pdf comment in it, It has to select the Drawing markups and then select pen tool automatically.
             I want a path for it directly . so that a layman can directly click the textbox and pen tool should open . so that he can sign the document
          Thanks,
          sachin.

    Actaully this code is printing a flower using ink tool. can to modify this
    code so that instead of printing it should display inktool by using which i
    draw my own sign or image etc.
      var inch =72, x0 =2* inch, y0=4*inch;
    var scaledInch=.5*inch;
    var nNodes=60;
    var theta=2*Math.PI/nNodes;
    var points =new Array();
    for(var i=0;i<=nNodes;i++)
         Theta =i*theta;
    points[i]=[x0+2Math.cos(3Theta)Math.cos(Theta)scaledInch,
                        y0+2Math.cos(3Theta)Math.sin(Theta)scaledInch];
    var annto= this.addAnnot(
    thanks,
    sachin

  • Image desappears when i use pen tool

    When i use pen tool, and crop tool,the image dessapears, i don´t know why this is happening. Please help.

    Windows 8?  Well known Windows bug that hasn't been fixed yet.
    Go update your video card driver from the GPU maker's website, or set the Photoshop GPU mode to Basic.

  • CLOSING A PATH MADE UP OF CURVES USING PEN TOOL  AND  STRAIGHT LINES USING LINE TOOL

    Hi,
    I have just started using Fireworks and am unable to close a
    figure made up of curves using pen tool and line segments using pen
    / line tools. How do I plot points on any given shape and close it
    so that i can colour the shape . Right now I am not able to give
    colour to the shapes I have created.
    Please help
    Regards
    Sanjish

    SANJISH wrote:
    > Hi,
    > I have just started using Fireworks and am unable to
    close a figure
    > made up of curves using pen tool and line segments using
    pen / line tools. How
    > do I plot points on any given shape and close it so that
    i can colour the shape
    > . Right now I am not able to give colour to the shapes I
    have created.
    >
    > Please help
    >
    > Regards
    >
    > Sanjish
    >
    A link to the file would be helpful.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    See my work on Flickr
    http://www.flickr.com/photos/jim_babbage/

  • From last 3 days i am trying to my best to use facebook in my i phone 4s but still i am failture to contect,i can able to use my facebook account on  my pc or laptop but not in i phone,i remove facebook so manytimes and also reset all setting but sti

    from last 3 days i am trying to my best to use facebook in my i phone 4s but still i am failture to contect,i can able to use my facebook account on  my pc or laptop but not in i phone,i remove facebook so manytimes and also reset all setting but still i am fail ,pls do needful

    I am very happy to report that my server connection tech, which I called via landline, informed me to : 1. Open Tools 2. Scan down to Clear Recent History 3. Delete All. That was it! Unbelievable! Six hours of searching through the Windows catagories. I checked the results on an internet site, and viola! It was gone! Mozilla Firefox seems to remember the usernames and passwords irregardless of the option window that asks if you if want it to remember the user and password. I finally got in touch with my friend and he said he did not answer yes to the window, even though he was aware of it. No damage. I surely do appreciate everyones' concern in this, now what seems to be, a very simple solution. Cudos to Firefox! Thank-you! P.S. I now have to enter my information at the beginning of any password protected sites...no harm done! My friend is now condemned to the 'user account' site! lol...

  • How do I use transparent=true in my Air app but still displaying swf ?

    How do I use transparent=true in my Air app but still displaying swf's files ?
    The thing is that I created a customized chrome, and looks nice when it is transparent cause seems to be floating, it works as a browser, but the problem is that when I navigate with it into a page wich contains embedded youtube videos, as in example, or any other swf file... it just doesn't show...
    Any help ? thanks in advance,

    Contact iTunes Support: http://www.apple.com/support/itunes/contact/

  • TS3988 My icloud account is not verifying it says check my mail witch I have done and I get a message say your iPhone for has been used to set up and Icloud account but still can not use the icloud can anybody help me.

    My icloud account is not verifying it says check my mail witch I have done and I get a message say your iPhone for has been used to set up and Icloud account but still can not use the icloud can anybody help me.

    Be sure you are checking the email account that you used to set up the Apple ID you used to create the iCloud account.  Also, be sure to check your spam/junk folder as well as your inbox.  The email you should receive looks like the image below.  When you get it, click the Verify Now link.
    If it still isn't there, try going to https://appleid.apple.com, click Manage your Apple ID, sign in, click on Name, ID and Email addresses on the left, then to the right look for a link to resend the verification email.

  • When i tried to text a message from my contact list  i received a message saying invalid number of digits. i use the area code with the number but still would not send

    When i tried to text a message from my contact list  i received a message saying invalid number of digits. i used the area code with the number but still would not send

    Call your carrier and see what they suggest.

  • Just downloaded latest updates to Camera Raw for use with my new Sony RX100 M3 but still can't get the RAW files to open. Any suggestions?

    Just downloaded latest updates to Camera Raw for use with my new Sony RX100 M3 but still can't get the RAW files to open. Any suggestions?

    Never mind, I finally got it working, thanks!

Maybe you are looking for

  • Using Oracle XE as a Data Source for Powerpivot

    I will be migrating my database from MS Access 2007 (*.accdb) to an Oracle XE. Any good links or papers on this or possibly any past experience with this (powerpivot connection)? Just trying to make sure that the connector is already within the Power

  • SXSW video freezes

    Hi I have Windows 7 64bit laptop (Lenovo W510) and desktop (Dell XPS) with Core i7 cpus and fast video.  Trying to watch the videos from SXSW like Keith Urban and it works fine while watching in the default window.  If you try to resize that windows

  • Starting with oracle Reports

    Hi I am working on sql server reporting services with oracle 10g DB.I would like to learn oracle reports.I have just got it installed in my vista PC Ps guide me with links/docs so that i can get started with oracle reports. at the outset i would like

  • ClassCache Problem in iPlanet6.0

    We are using iPlanet6.0 on solaris. we are having cache problem. Everytime we make any change in the JSP , it is not getting refected in the ClassCache area. ie, The Jsp is not getting compiled. What could be the Problem.

  • JCO connection issue with MetaData

    Hi all, I have created Jco connection...and while creating them i have used SSO method for creating application data and user/id method for Metadata...it works fine now...but my concerns is with MetaData. I have used user/id of an employee who is a u