Illustrator :: How To Add New Stroke To Object
Sep 12, 2013
Such a scenario:
1 Use the palette apperance can add a new strok to the object.
2 Now, to the stroke, I might add transformations.
3 I want to creatively find the amount of transformations. Turn to preview the changes.
4 Unfortunately, the slider is not precise and varies the size too much.
5 So I make the cursor to the field, and now controls the change of the unit using the keypad.
For example,
Shift + Arrow UP or Down - increments of 10 units
Alt + Arrow UP or Down - jump by one unit
CMD + Arrow UP or Down - jump about half of the
I do work in mm, I would be more precise if I can change the pitch CMD + UP or Down Arrow to jump about 1/10 the unit?
When working with a palette of transformations in view of the above, it is impossible to move the cursor selected object, such as it is in Photoshop when working with a palette of effects? Such a solution would be very fast and very creative.
View 5 Replies
ADVERTISEMENT
Aug 12, 2013
I can create a shape, drop in an image from outside world, put the shape on top of it, [Command + 7] to create a clipping mask now... I want a nice border around the OUTSIDE of the shape.
I can get a centered stroke. But that's not much use as it begins obscuring some of the content as soon as the stroke has any decent amount of width.I can double click "into" the mask object, and change the stroke to "outside" or "inside" via the Stroke panel, but at this point the stroke disappears.
View 12 Replies
View Related
Jul 10, 2013
I have placed a image in illustrator and i tried to put a simple black stroke round it but it doesnt work. what am i doing wrong.
View 3 Replies
View Related
Oct 22, 2012
I just applied the Adobe Illustrator patch for CS6 this morning bringing it up to version 16.0.2. Ever since then, when I apply a stroke to an object,it deforms it. When I update the stroke weight, it deforms it.
This is making the program completely unusable.
View 6 Replies
View Related
Oct 6, 2012
I have created many different objects in Photoshop and placed them exactly where I want them. I do now however need a stroke, and the stroke in photoshop is rounded, and I need a stroke with sharp corners.
Therefor I need to import all of the images together into Illustrator and give them a stroke. The only problem is that when I import the images all of them get created into one object with a white background, and when I apply a stroke, it applies it to the rectangle surrounding all the objects. How can I fix this?
View 10 Replies
View Related
Dec 7, 2013
Hard to describe in a title, but here goes...
Let's say I have some text (black) with a black stroke on it. (It creates the look I want, without using BOLD.)
How can I convert this text to include the stroke as one entire object? No stroke, just one entire vector shape?
(I notice if you import text this way into Flash, convert to a symbol and fade up from zero opacity, you see the fill as a different value than the stroke value - very annoying.)
Is there a Pathfinder command that I can use to fix this text?
View 4 Replies
View Related
Nov 26, 2012
I need the finished script to create a rectangle with no fill and a 20% gray stroke to outline each artboard. I dug this up off these boards, which works perfectly except the rectangles created have no fill or stroke. certainly save me a lot of time drawing rectangles on a daily basis.
#target illustrator
var docRef = app.activeDocument;
var artboardRef = docRef.artboards;
for(i=0;i<artboardRef.length;i++){
var top=artboardRef[i].artboardRect[1] ;
var left=artboardRef[i].artboardRect[0];
var width=artboardRef[i].artboardRect[2]-artboardRef[i].artboardRect[0];
var height=artboardRef[i].artboardRect[1]-artboardRef[i].artboardRect[3];
var rect = docRef.pathItems.rectangle (top, left, width, height);
rect.fillColor = rect.strokeColor = new NoColor();
}
View 3 Replies
View Related
Jun 24, 2013
I have a problem with my brush and pencil tool. Whenever I want to draw an object without a stroke and just a fill, it immediately assigns me a stroke in either the colour my fill is, or, if I'm using a gradient, in black. It doesn't have that problem with the pen tool though. I also checked in my presettings and my Transform plaette that the "Align to Pixel Grid" option is unchecked. Also, the "New Art has basic appearance" is unchecked.
View 2 Replies
View Related
Dec 27, 2012
I just need to be able to have the glow or shadow around the object, but no fill or stroke at all.
View 6 Replies
View Related
Mar 20, 2013
I'm not sure what I did to make this happen or how to change it back, but for some reason when I change the size of an object/line it changes the stroke weight as well. (For example, if I drew an ellipse with stroke weight 2 pt, and then increased the size the stroke weight would be 2.856 pt or some such number instead of 2 pt.) How to change this back?
View 3 Replies
View Related
Sep 12, 2013
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.
View 1 Replies
View Related
Jan 4, 2013
I have a shape with a black stroke and green fill. I have a white line segment over it. How do I get it so that the end of the line segment doesn't show over the black stroke of the object? If I try to put the line segment behind the object, then the object fill hides it completely.
I'm new to illustrator and I've tried to search for an answer but I don't know the best way to accomplish what I want to do. Seems like some combination of transparency or knockout groups and I've read a bit about this and can't figure out what I need to do.
View 3 Replies
View Related
Mar 24, 2014
I need an outline on a stroke that i drew but when i apply object>path>outline stroke i keep getting my initial stroke applied as well. I only need the outline, not the initial stroke. I use Illustrator CC.
View 4 Replies
View Related
Apr 9, 2013
I'm trying to figure out a way to automate a simple, yet repetative process I do countless times a day. Ideally, I'd like to tie it to a keystroke to speed up my workflow.
I work on line art and colorways for footwear, so the way I'm coloring these shapes and strokes break apart the different materials and pieces of the shoe.
While coloring line art, I work with Pantone spot colors as fills for closed path objects. I then have to manually apply that same color to the stroke, set the stroke to 0.5px weight, convert that spot stroke color to CMYK, and add 15% to the K value.
I found some code in an older post for applying the actively selected object's fill color to the stroke, but I'm having but I'm having trouble with the next step of figuring out how to take that spot stroke color and convert it to a CMYK build that I can then add 15% black to. Is this something that's even possible? I've spent about an hour playing with the script and have only had luck matching the fill color or turning the stroke white.
View 13 Replies
View Related
Oct 15, 2013
I would like to do the stroke around the object like the photo below (the 1st one); there's the square corner stroke around the dress. How can i do this type of stroke? Can it be created in Photoshop CS6?
Currently i can only do the stroke that in-line to the object like the 2nd photo, but i would like to change the style to be corner-liked style.
View 9 Replies
View Related
Nov 19, 2008
Is it possible to add a stroke to a vector object, without a fill?
I know how to create a path and stroke it, but I was more wondering about a live vector object with a stroke with no fill.
View 5 Replies
View Related
Jul 22, 2012
OS: Windows 7 64 bit Ps: CS6
Create a New Layer and place it above the "main object" layer (which has a Clipping Mask) and also apply the Clipping Mask Then I am to Ctrl + Click the main object to Select it and then Right Click to choose Stroke from the menu.
However, when I right click the New Layer with the Clipping Mask the Stroke option is not available ~ nor is it when I click on the object itself on the canvas.
So, I went to Edit > Stroke and tried to apply the Stroke that way but the Stroke is not visible.
I also tried going to Blending Options to apply the Stroke but it's not visible this way either.
[URL]
View 5 Replies
View Related
Jan 24, 2012
I need to create a thin accent line inside of a shape.
Like this:
See the thin accent line inside of the ticket shape?
How do I do this?
View 9 Replies
View Related
Aug 2, 2013
I have an image that has a black stroke around it. I'm wanting to make that transparent and add a stroke to the outside of the black stroke, so it will basically be an invisible space there. Is that possible or is there an easier way?
View 1 Replies
View Related
Jan 29, 2014
I'm having a huge problem with the brush stroke, I use illustrator CS5,(on PC) but I can't set the stroke weight smaller or bigger than 1 pt.
1. I've already resetted AI preferences. still nothing.
2. I've already created new documents of all types ''web'', ''print'', ''basic rgb'', etc. and turned on and off the ''align new objects to pixel grid''. ( still nothing).
3. I've resetted my preferences file, under Unit/Stoke ( set to pixels instead of points). still nothing
4. I've already went to the Regional and Language Options and changed the decimal symbol but nothing.
View 3 Replies
View Related
Aug 23, 2013
I can't set the stroke of a path to anything less than 1 pt.
Though a dragged path (by an endpoint) snaps to a point on another path, when I lift my finger, the dragged point and path jump a small distance away.
Aligning two separate paths to their common (e.g. top left) endpoints also leaves the two endpoints slightly displaced from each other.
View 6 Replies
View Related
Mar 2, 2012
How do i do a stroke with a fadeout?
View 9 Replies
View Related
Jan 27, 2014
Just started working in Illustrator CC. I can't find the control to set stroke color.
View 2 Replies
View Related
Jun 4, 2010
All i want is to set a stroke width of 0.25 pt. When i select it, it just goes back to 1 pt. What gives????
View 6 Replies
View Related
Jul 22, 2013
In all my research of the new CC features in Illustrator I came across a video that was explaining you can now add a stroke on a placed image. My memory thinks it was a Deke McClellan video but i'm getting too old to rely on my memory being correct and I can't seem to find the video again.
I tried adding a stroke but nothing happeneds.. I still have to mask first then add a stroke.
View 6 Replies
View Related
Jul 13, 2013
I want to add some 2pt white strokes (no fill) to an Illustrator document to seperate some geometric paths, filled with color, into sections.
That works fine for rectange on the horizontal. But I also have some polygons that are on the diaganol.
How do I shape the ends of my stroke to match the diaganols? See attached for a close-up screen shot. The white is my 2pt stroke. I'd like it to terminate at the edge of the green path, not intrude into the orange.
View 2 Replies
View Related
Oct 19, 2012
Okay so I've browsed these forums and everybody keeps saying to turn off Align new Objects to pixel grid well I've done that and it still keeps resetting. I've been using a Print document since I am trying to draw illustrations for a children's book but somehow when I choose anything below 1 pt it keeps going back to 1 pt no matter what.
Opened up transform panel too but it's not checked and grayed out so I can not turn on / off again. I am using Adobe Illustrator CS5.
View 2 Replies
View Related
Aug 11, 2012
I have a circular / elipse type shape which has a stroke border of 3. I make a copy of it, and I want to delete the copies stroke border so I can fit it exactly within the original shape.
View 8 Replies
View Related
Mar 19, 2014
I want to produce a white image of a stag without a background. I traced the image and have it rendered with a path using the stroke tool. You can see the stroke selected below.
My goal is to remove the green circle in the background and save the white stag only. Right now the stroke is not filled -- the white color is the transparent background. This is what the image looks like in Illustrator without the background and no color applied to the stroke.
Of course if I deselect the stroke, the object disappears, and when I save it, there's nothing visible. My goal is to print a white stag on a green T-shirt. Do I need to convert the stroke object to something else, then apply a fill? I don't know how to proceed.
View 7 Replies
View Related
Mar 30, 2013
When I scale my artwork I have scale strokes and effects checked but the effects dont appear to be scaling. They look as though they arent even there at all after the scale. Am i missing something?
View 35 Replies
View Related
May 16, 2012
I'm having trouble with stroke option in illustrator. It was working just fine but now its stuck at 1pt and I cant increase or decrease the stroke width no matter what I do.
View 6 Replies
View Related