Illustrator :: Set Stroke Color In CC?

Jan 27, 2014

Just started working in Illustrator CC. I can't find the control to set stroke color.

View 2 Replies


ADVERTISEMENT

Illustrator Scripting :: Apply Current Fill Color To Stroke Then Adjust That Stroke Color's Build?

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

Illustrator :: How To Change Stroke Color While Retaining Fill Color Using Eye Dropper

Jan 6, 2013

I have a question regarding illustrator. Let's say I have a circle with blue fill and red stroke. And I place an image in the illustrator file. Now I want to change the red stroke of my circle to let's say a purple color by sampling the color from the image.

How can I achieve that with a eye dropper tool? Every time when I try to sample a color from the image, the whole circle will change to purple instead of just the stroke? I have tried multiple key combination, shift, alt, ctrl but they all don't work.

View 7 Replies View Related

Illustrator :: Automatically Set The Stroke Color As Fill Color?

Nov 14, 2012

I have a file with two squares with red and blue fill colors respectively and transparent surrounding strokes. I'm trying to find a way to automatically set the stroke color of each square to the respective fill color. Is there an Illustrator script somewhere that would achieve that? I am not aware of an internal Illustrator command for this purpose.

View 8 Replies View Related

Illustrator :: Not Allow Stroke Color Selection

May 7, 2013

in control bar, far left color pull down, I can change fill but AI will not "let" me select the stroke to change that. Is there a trick AI now requires?
 
Used to be X would pick the other one; if fill was front, X would make Stroke be front and vice versa.

View 5 Replies View Related

Illustrator :: Changing Stroke Color Mid Path

Jan 29, 2013

If I wanted to change an objects stroke (outline) color for just part of the object, what would be the best way to go about that. Pro tip: Paint bucket tool in photoshop != the best way... it gets all pixel.

View 4 Replies View Related

Illustrator :: Need A Keyboard Shortcut For Setting Stroke Color

Oct 24, 2012

I need a fast method (Keyboard shortcut) to change stroke color to a specific color. Since I need to set it always to the same color. I'd like to skip the procedure of having to repeatedly pick red from the palette and simply have red chosen automatically using one click only. I tried recording an action, hoping I would later be able to assign it a shortcut but oddly when an action that records the setting of stroke color is played, it sets the FILL color to that choice color and instead of setting the stroke color (with which it was recorded).

View 4 Replies View Related

Illustrator :: Set Fill / Stroke Color Of Objects In A File

Feb 24, 2014

Everytime I set the fill/stroke color of objects in a file to 75, 68,67, 90 it resets it to 0, 0, 0, 100. It isn't consistent though... some objects accept the color.

View 5 Replies View Related

Illustrator Scripting :: Select Same Fill And Stroke Color

Aug 8, 2013

Select same fill color with java script and stroke color tool.

View 1 Replies View Related

Illustrator :: Select Same Fill / Stroke Color But Not For Entire Document?

Apr 24, 2013

I am wondering if there is a way to use the "select same fill color" and/or "stroke color" for just a group of objects in a document as opposed to document-wide.

View 6 Replies View Related

Illustrator :: Varying Stroke Color Used In A Section Of Closed Path

Apr 6, 2013

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.
 
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.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?

View 14 Replies View Related

Illustrator :: How To Create A Stroked Line That Randomize Each Stroke Color

Aug 6, 2012

I am strating out designing in illustrator and how to created a stroked line, -----------, with each stroke (  -  )  a different colour, like, each stroke having a different randomized color which differs from the next one. how to mask out parts of a template given to me by my school so i dont infringe that boundary when I add my lines to it.

View 11 Replies View Related

Illustrator Scripting :: How To Find Out Textframe Contains Stroke Color (or) Fillcolor

Jul 5, 2011

How to find out the textframe contains "stroke color" (or) "fillcolor" via javascript. Any sample.

View 5 Replies View Related

Illustrator :: Auto Set Stroke Weight / Colors And Fill Color?

Mar 5, 2014

I'd like to make it easier for our 100,000 designers to use AI to make custom products using a laser cutter.
 
Current Practice
Designers open our AI laser cutting design templates, add their designs using the AI settings our online pricing system can read, then upload their designs to our website for instant pricing, making and shipping.
 
The Problem
Designers have to manually setup AI with settings that can be read by our online pricing system. If they get these settings wrong, our system can not read their designs. So they are rejected and can not be priced or made. This happens more often that you'd imagine.
 
The Solution
Designers do not like design rejections. So I'd like to eradicate them by providing our designers with a version of AI that provides the following settings only:
 
* Set document to RGB
* Stroke weight = 0.01mm
* Stroke colors = RGB 0, 0, 255 and 255, 0, 0
* Fill color = RGB 0, 0, 0
 
This will mean designers have a very limited number of AI choices, with nothing to distract them or to get wrong. Which will result in less (or zero?) design rejections. And products made faster than before. Rejoice!
 
Question
How do we program our AI laser cutting design templates so that when they are opened in AI, they auto set AI settings as defined above?

View 14 Replies View Related

Illustrator Scripting :: Change Stroke Color Of Object In A Script?

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

Illustrator :: Color Swatches In Toolbar For Fill And Stroke Are Not Working Properly?

Mar 17, 2013

The color swatches in toolbar for fill and stroke are not functioning as they should.  When I select an object on the artboard, the swatches display fine in the toolbar for what they should be.  However, when I double-click on those swatches from within the toolbar to modify the color, the color which comes up is #000000 instead of the actual color it should be. 
 
I am using 16.2.1 (cloud) for Mac OS 10.8.2
 
I've submitted a bug report.
 
Also, the eyedropper tool is buggy and occasionally places the #000000 into an object instead of the characteristics the eyedropper is selecting.  I don't have any hidden layers or weird groupings, it just randomly decides when it is going to work or not.
 
I've never had these issues on previous versions of illustrator and have been proficient in all versions since 2007.

View 2 Replies View Related

Illustrator Scripting :: How To Select Similar Objects (by Stroke Color) Programatically

Aug 10, 2012

Is there a way to select similar objects (by stroke color) programatically?

View 3 Replies View Related

Illustrator :: Maintaining Stroke Weight When Changing Path To Brush Stroke?

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

Illustrator :: How To Stroke Behind Other Stroke But In Front Of Fill

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

Illustrator :: How To Get Outline Stroke Without Initial Stroke In CC

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

Illustrator :: Fill Section But Using Fill / Stroke Only Changes Line Color

Feb 17, 2013

I traced an image earlier, expanded it then wanted to change the line colour. For some reason I couldn't get this to work even though I've done it in the past. So, I used the magic wand to select the line then dragged it into my new document and changed the line colour.
 
Now, I want to change the fill on certain sections, however when I change the stroke it changes the colour of the line and when I change the fill it changes the color of the line.

View 4 Replies View Related

Illustrator :: Add A Stroke To A Stroke?

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

Photoshop :: Stroke Changes The Color Inside As Well

Nov 20, 2006

When i go to stroke a shape ( for example a cartoon head) once its stroked in changes the inside colour as well. It used to be fine but now it is doing this and i dont know why.

View 1 Replies View Related

Photoshop :: Stroke Color Inactive While Using Pen Tool

Jun 27, 2013

I opened Photoshop just now and found out that, while using pen tool, the Stroke color & its size isn't working at all. I cannot select them, even hovering don't work at all. It's totally inactive. Yesterday it's working fine, but today it's not.

View 8 Replies View Related

Photoshop :: Stroke Just Path With Specified Width In Specific Color

Nov 4, 2012

I have an open path in Photoshop CS4. When I go to stroke the path, Photoshop makes a stroke that closes the path from end to end. I want to stroke just the path with a specified stroke width in a specific color.

View 2 Replies View Related

GIMP :: Applying Color - Stroke Path Opacity

Oct 23, 2012

I seem to come unstuck when I apply colour using the 'Stroke Path' option. Basically I need to know if there's a way of determining the opacity of the stroke line? In some cases I don't need to have such a 'dense' colour. I want to see a little of what I've 'painted over' so as to keep some of the detail.

View 3 Replies View Related

Photoshop Elements :: Add Gradient As Stroke To Text Instead Of Solid Color For 10?

Apr 26, 2013

I have PSE10 and i got thsi urge to add a gradient as the stroke to a text, but don't know  how...

View 6 Replies View Related

Photoshop :: CS6 - Stroke Color Picker Preview In Real Time Not Working

Jun 22, 2012

re: NEW color picker stroke color not updating in real time (previewing).
 
Is it me or has the stroke color preview been removed in CS6 or is there a setting that needs to be changed to enable it?
 
The problem: When I create a shape layer, press enter and then chose a stroke color from the color picker, I select a color but it doesn't update the stroke color until I press enter. I'm sure it used to change in real time as you clicked on the color picker panel before accepting it.
 
Further update: This is when creating a shape but using the new stroke feature in the properties bar at the top (the one which gives you the new fancy options like having a dashed, transparent or gradient stroke) and not the traditional method of adding it as an effect. This still shows a real time update, but the new method doesn't.

View 15 Replies View Related

CorelDRAW Graphics Suite X5 :: Changing Default Color For Stroke From Back To Alternative

Aug 24, 2011

I use Corel Draw X5 while at work and to do the particular task needed I have to have the stroke set to COLOR: RED, and WIDTH: HAIRLINE, MILLIMETERS. How to set the program to jump to these settings as a default upon opening all files.

View 2 Replies View Related

Illustrator :: Can't Stroke More Or Less Than 1pt

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

Illustrator :: AI CC - Cannot Set Stroke Of Path To Anything Less Than 1 Pt

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







Copyrights 2005-15 www.BigResource.com, All rights reserved