Illustrator :: How To Add A Stroke To Inside Of Compound Path
Aug 27, 2013
I'm having trouble making adjustments to my compound path/shape, as I'd like to outline the inside of the shape with a stroke - but this doesn't seem possible as the stroke always surrounds the outside too.
So: I've got a simple rectangle with white fill, with a rectangle-window hole cut out of it using the compound path action so you can see the layers beneath. Now I want to stroke the window hole, but NOT the outside of the entire rectangle. I'd be happy to split the shape up and tried various options like divide, edit in isolation mode, expand (button is greyed out), all the pathfinders - but none of them allow me to do this only to the inside part of the path.
How I can perform this action? I'm working in CS5 and CS6.
Using transform tool to rotate, often gradients do not rotate. In the example below only the "w" gradient did. Good news is the rotate tool works fine.
Appears this has something to do with compound paths, as this normally does not happen on a new single path. Releasing the compound also rotates the gradient unexpectedly.
I'm trying to add a stroke that's aligned to the outside of my path. It appears to be offsetting the stroke *and* moving anchor points at the same time. It does the same kind of thing when I align the stroke to the inside. It is fine when i align the stroke to center. The one that is offset to the top-left is the align-inside one.
I have some negative space I created(black area, see first image) that I want to fill with type, not just a simple fill.
Basically I want to create the negative space from a bunch of small minus signs(-) that need to line up as they go across. If I type on each path one at a time as the text doesn't line up that way. This needs to be one continuous path. (see second image)
Unfortunately if I add them together, it creates a compound path, which you cannot type on, unless I am mistaken? So I need them to be a path, not a compound object.
I'm redrawing the Realtor Logo which is a simple square, and inside that are a rectangle, triangle and a semi-circle with a flat edge on the left. When combined, look like the letter R reversed out of a black box. When I select the all the elements and tell it to make a compound path, only the rectangle knocks out the background square and the semi circle and triangle just appear to be grouped with the square instead of knocked out!!! I've tried everything including moving the square to the front and the back, etc. How do you find out if the semi circle I drew is a closed path? I made the semi circle by drawing a circle and a square and then using pathfinder to edit them into a the left flat edged circle. The triangle I simply drew with the pen tool.
I'm trying to create a compound path in AI CS4 for Mac, but I have not been successful. What is best way to create a compound path using the SDK? I just need to make a compound path out of two non-overlapping rectangles so that I can create a clipping mask. Nothing tricky.
The SDK is not clear about the best way to go about creating a compound path, but I figured that programmitically selecting the two rectanlges and then using the built in "adobe_makeCompound" action would work, but it doesn't.
When the above code is called while I'm debugging, I get a dialog box that reads: The object "Make Compound Path" is not currently available.
If I click the "Stop" button while debugging, the value of err is 1346458189 which is 'PARM'. So, maybe I need to set a parameter? The crazy thing is that there appears to be no parameters needed for the "adobe_makeCompound" action event. When I created the action manually, the resulting .aia file (see its contents below) has a parameterCount == 0. I've tried passing a parameter block without adding any parameters to it (instead of NULL), but still no joy.
I am a complete novice with Illustrator. Ok now that we have that out of the way I have a logo that I had created for me that I would like to edit one small portion of. Basically in the middle of the logo is the word/text "EDCpen" (I believe the text is made up from compund paths).
I would like to edit it FROM "EDCpen" TO "EDCpin" however cannot get it to work. I am sure that I am doing everything wrong, however cannot seem to make this what I belive to be simple change.
Attached is a sample of the logo in jpg format. I have the file in both .ai and .eps formats.
I drew some simple paths in Photoshop with the pen tool, then exported the paths to Illustrator. All the paths came into illustrator as compound paths, though they look like simple paths in illustrator. Because they are compound paths, I can't join the ends of the paths to the ends of other paths.
Whe I select one of these paths:
Object>Compound Path>Release is greyed out and unavailable. "Release Compound Shape" in the Pathfinde palette menu is also greyed out and unavailable.
Is there any way to make these paths back into simple paths without redrawing them? I'm using CS6 versions of both Photoshop and Illustrator.
Cs6 here.... I am trying to cut out a simple shape to allow the area under the shape to be trasnparent or Alpha. Like a Mask. Except when I use the Mask it does at it should do and mask the area where the shape is and MASKING or removing the areas not under the mask. I tried Compound path but I am not getting any result from it. My shape stays right on top of my work and does not "cut it out" to allow the Background to shine through as an alpha channel. See pics for clarity. I want to reverse this where the circle is cut out and the rest stays visible...
I am working on a file where there are kangaroos that are compound paths. I need to stroke only parts of them. Is there a way to do that? Should I just manually be drawing paths that go right up to the edge of the compund path (drawing my own stroke)?
Is there a way or an option I am missing to convert my regular paths to a path stroked with a brush profile,while maintining the proper stroke width?
For instance, I have a regular line with a stroke of 5 and then add a brush profile, which then converts the original stroke to whatever the brush was made at.
I have this compound path (green in the print screens below) which I would like to apply a bevel effect on.
It seems as if the compound path is fine but when I apply the bevel effect, the result is as image 2. How can I solve this so that all of the beveled effect is smoothly and unite instead of rectangles popping out etc... ?
I'm working on a project and I need to use the free distort tool + ctrl (command for mac users) but it won't work. I found out that I need to convert it to a smart object, from another disscussion, but right clicking the name of it in the layers menu isn't working. I'm using CS6 by the way.
I'm trying to create a compound path in order to mask off some bits and create letters, but there seems to be some kind of overlap and its leaving a white line where there shouldn't be one. Its all set up to snap-to and both shapes are perfectly in line, but its still leaving this white border.
The top of each letter is basically just 2 semi circles, the diameter being where the white line is. the lines are still visible on low-res monitors...
how to get rid of this line or if it will even print?
I've created a logo with a grunge texture over the font in Illustrator CS5. When I try and create a compound path with the grunge texture I lose the detail. Here's one of the letter to show what it looks like before and after creating the compound path using the minus front pathfinder option. On the left is how I'd like it to look.
Although it doesn't look like much of a difference when printed it flattens out even more. I've tried every grouping option I could think of, used the pathfinder options and used this thread: [URL].... to try creating it using a transparency. Nothing gets the detail I need.
I'm working on a script for my company that sets up templates for internal use. I've been able to get most of it completed by drawing basic pathItems and textFrames. The problem I face now is adding our company logo. In the scripting reference I've found examples of duplicating art from one document to another, but that isn't what I need here.
I've approached this by trying to select our company logo in an existing document and in some way capturing the pathPoints so I can use them in the the script that is setting up the templates.However I've not had much luck with this. Ideally everything will be self contained in the one script, so that external files aren't required.
I'm trying to use the gradient annotator on a compound path. Moving the sliders and rotating the annotator works fine, but if I double click a slider and change the color the annotator disappears and the color of the slider stays the same. It works fine on non compound paths.
I'm trying to set up a script that will grab a group of objects and turn them into a compound path, then apply a clipping mask to the compound path and the next group in the layer.
Like in a Circle I need to make the compound path the inner area or negative space of my objects. I have expanded letters and joined their paths so that there are negative space, I was wondering if it were possible to fill in the negative space with a clipping mask? (like one would with an object like a circle or rectangle) The letter that I am using is an A and I have connected two A's together like a diamond reflecting each other... Is it possible to create a clipping mask to cover the negative space of the inside of the letters...?
I placed text on a shape and outlined it. As soon as I create a compound path, the result appears lighter than the originally outlined text (on screen and printed), although the paths seem to be identical when I overlay them. Same happens when I divide the paths.
I have a bent path, standard 90 degree corner. Illustrator CC is not allowing me to align the stroke to the inside of the path/corner. The inside and outside options are grayed out when this path is selected.
Of course, I can create a shape and then all three options for path alignment are usable. But if I cut a gap into the path of that shape it instantly reverts to a center aligned stroke. I can create what I need manually. But this is a time addition.
I'm working on a poster and for a special printing process am supposed to add a 2 point inside stroke to the type. However, Illustrator has that option grayed out in the appearance panel when I try to add it to the type even when I create outlines.
I'm pretty new to Illustrator so there's a chance this is a stupid question, but I'm pretty stumped on this. If I have a path with a stroke that is set to either inside or outside, it disappears if I draw something inside of it to convert it into a clipping mask. The stroke shows up again if I align it to center, but even this seems to have some quirks as it won't display multiple strokes. After searching the web for a bit this is the best description/example I've been able to find for this problem:
[URL]....
Anyside strokes or multiple strokes to work correctly in this scenario? If not, is there a logical reason for this or is there a bug?
I've got some letters with a black inside stroke. These are 3D letters, therefore the stroke must be in the inside otherwise it spills out the edges if I put it outside or centered.
I've tried adjusting the cap/limit and all other options on the stroke menu without luck How can I fix these corner errors? I'm on Illustrator CS5.
I mostly use photoshop for lineart on some pictures I do but the biggest problem is that the lines are not really smooth. I want to Use Illustrator just to ink the pen tool paths and then return it to photoshop to color. This is a recently finished picture I did using the Pen tool traced on top of a sketch I scanned. I want to know if there is any way I could do something similar to "Stroke path" in Illustrator so that I could get this picture done with crisper lines and if not.
For example, if I created a square and wanted the 2 sides and bottom to be 1 pt stroke and the top to be 0.5 pt stroke or no stroke - is this possible?