Adjusting a created pattern swatch

Hello all,
I've been searching around for a solution to my problem, it seems so basic that i'm suprised i can't find anything on the subject (maybe i use the wrong therm's).
I have the following question, is it possible to adjust a pattern after it has been created ? So what i have done is made some artwork with vector graphics in a document, dragged it into the swatches pannel to create a pattern swatch of it. So far so good, i can apply the swatch to a rectangle f.e. and it will get filled with my artwork. But now i want to  be able to adjust the fill color of my pattern, i haven't been able to adjust the pattern swatch itself, the only thing i can do now is adjust the original artwork, create another swatch and apply it again to my rectangle.
Is there a way that i can adjust the pattern instead of having to adjust my original artwork, and create another swatch of it ?
Any help would be very cool
Grts!, Samuel

Samuel,
You should be able to drag the pattern swatch into the Artboard, when nothing is selected ther, and modify (you may use the Direct Selection Tool to pick spefific parts), and drag it back to form a new pattern swatch or Alt/OptionDrag it back upon the original swatch to replace it.
You may search for Modifying patterns in the Help file to see updates to the way described.

Similar Messages

  • Create Pattern Swatch from Placed Image in Javascript

    I need to create a large number of pattern swatches from some .jpg file on disk. I've figured out how to script the insertion of the .jpgs into my AI document as placed images:
         // Embed the image into the document.
         file = new File("MyImage.jpg");
         var document = app.activeDocument;
         var newPlaced = document.layers["swatches"].groupItems.createFromFile(file);
         newPlaced.name = "MyImage_Placed";
    This works fine and the item shows up in the correct layer as an embedded image.
    Now I want to create a PatternSwatch (I think) from that Image.
    To create a new swatch the code starts out as:
         newSwatch = document.swatches.add();
         newSwatch.name = "MyImage_Swatch";
    but now I'm stuck! How do I associate the new PlacedItem with the swatch I just created? I can see the swatch in the palette so I'm partway there.

    When you say you would drag the image itself into the Swatch Palette and it would show the image itself? How would then use this swatch? Can you give an example of what you would apply a jpeg to as a swatch? The only palette that I can think of off the top of my head that you can drag a jpeg into and have the icon appear as the jpeg is the Symbols Palette. Is is possible that you were using the Symbols Palette in the past and not the Swatch Palette?

  • Center-align created pattern swatch

    Hi there
    When creating patterns with for example very easy dimensions like the artboard 400 x 400 px etc, and everything right placed, as you can see on the print screens, after having created the pattern, it never aligns center-aligned like I would like it too. Very annoying.
    who can help? Thanks!!
    Left: the original positioning before creating the pattern.
    Right: the result of a perfect square, center aligned to the artboard and with the swatch applied, not too pretty he?

    Hi CarlosCanto
    You're right. So far so good, but this still doesn't help me getting a nice pattern centered on the artboard?
    The image here is an example of the actual pattern I would like to use The smaller image is a print screen of the actual composition of elements in Illustrator which I made the pattern of.
    Is there an easy solution for this?
    Thanks!

  • JS[CS3] Create Pattern/Swatch

    I am new to JS
    in AI. I know pretty well JS in ID but the object is totally different.
    So I am creating a layer, naming it, Creating a box, Importing an EPS as a groupItem.
    NOW the tricky part. The imported EPS is my Stamp so I need to create a pattern from it.
    Then apply that pattern to my box. That is where I loose myself. I don't comprehend the relationship between stwatch, pattern & Patterncolor. But I did understand that a swatch COLOR can be of type PatternColor and there you can access its properties like angle, scale, etc... But a PatternColor is a Pattern itself?!? I also understand I can access my pattern using the swatches because a pattern is actually a swatch color.
    Any pointer on how to create a pattern from my groupItem? Pattern.add method has no argument, right?
    So I can't do
    var myDoc = app.activeDocument;
    var myStamp = myDoc.groupItems.createFromFile(myFile);
    var myPattern = myDoc.patterns.add(myStamp);              <---- Error
    myPattern.name = "XXX";
    var mySwatch = myDoc.swatches.getByName("XXX");
    mySwatch.color.rotation = 45;
    mySwatch.color.scaleFactor= [50, 50];
    var myRCT = myDoc.pathItems.rectangle(myDoc.pageOrigin[1], myDoc.pageOrigin[0], myDoc.width, -myDoc.height);                              
    myRCT.fillColor = mySwatch.color;     <---- DOES not apply it maybe because a pattern?
    Any help is appreciated

    Yes that is what I get as well. There as to be a way to assign, just like the GUI does.
    Compared to InDesign, AI scripting sucks. It is really poorly implemented. Even the help is sketchy at best.
    I'll keep trucking along and post my findings.
    Cheers, Alex.

  • Illustrator slowing down after creating a pattern swatch

    I am creating pattern swatches in Illustrator and every time I do my computer slows down to the speed of tar in winter. Anyone have a solution?
    Anyone else had this problem before?
    Please help me!!!
    Muffin )

    Flush Cache
    delete users\(username)\library\preferences\com.adobe.mediabrowser.plist
    Reset your preferences.
    Cmd-Opt-Ctrl-Shift when restarting AI on a Mac or Alt-Crtl-Shift on a PC to reset to the defaults.

  • Illustrator - Pattern Swatch / Clipping mask issue

    I'm currently working in Illustrator CS6. I'm creating pattern swatches and have successfully created 20 - but 4 are giving me the following issue.
    When I drag the perfect swatch tile into swatches it appears as so instead of the perfect tile:
    "New pattern swatch 3" has a white space on the right. Which sometimes when I create the swatch takes up half of the 'swatch.'
    When I go to create a shape and apply the pattern, I am left with an empty box.
    When I double click to adjust the pattern I get this dialog box:
    When I go to adjust the bounding box, to see where my pattern is - this crazy mess happens:
    Further investigation and deleting items to see whats happening:
    Bits of my pattern appear, but not sure why the other bars are there.
    I'm having this issue with four very different patterns. But I have also succesfully created more complicated ones. Not sure why this is happening.
    Any help is greatly appreciated!

    Hey everyone,
    I am in the same version, same file. I have also tried starting from scratch in another file just to make sure. Same issue.
    I have templates of what i want my patterns to be, so I have tried to make the patterns both ways. Starting from my original art - expanding all shapes and making them so they will tile perfectly.
    1. with clipping mask. 2. released mask, and expanded shape. 3. perfect tile.
    from scratch, made to tile perfectly.
    Same issue for both:
    To make sure it wasn't only this one I tried a different pattern that was giving me the same error before hand.
    I tried with original art which didn't work, so I quickly recreated with squares. Same tile, one time it was empty producing same issue as above. And second time it did this:
    1. What tile is supposed to look like       2. Tile applied to shape - but the pattern swatch icon is empty?
    Maybe this is a program bug?

  • Can InDesign CS6 handle pattern swatches?

    I layout catalogs and production materials for a pajama company, and I use pattern swatches extensively to depict our pajama prints on illustrated garment blanks.  I'm currently using CS3 (and trying to convince my boss to upgrade), and I have to do all my layout in Illlustrator because InDesign can't do anything with the pattern swatches.  I know I can import objects that have a pattern swatch applied, and, while it looks pixellated, prints correctly.  But where I can't alter them or re-apply the swatch or anything, it's too much of a hassle in going back and forth between the programs.  So much so, that I haven't been using InDesign at all. 
    I'm fine with creating the swatches in Illustrator, but I need to be able to create a pattern swatch pallette for InDesign or something. Anything.

    There are definitely some things which Illustrator is better at doing. Pattern swatches is one of them. In fact, Illustrator CS6 has a much improved method for creating pattern swatches.
    See this Adobe TV video:
    http://tv.adobe.com/watch/adobe-design-center/adobe-illustrator-cs6-sneak-peek-pattern-cre ation/

  • Pattern swatches CS6

    I'm new to Illustrator, so I might just be missing something obvious, but when I create a new pattern I only seem to be able to access the swatch within the file I created it in. I want to be able to access my created pattern swatches in any illustrator file I'm working in, is this possible?
    thanks!

    save them as a swatch library (under the palette menu), open your new swatch library, make it 'persistent' (tick item in its little menu).

  • Creating a new pattern swatch

    I'm working on a script that should, among other things, create a new pattern swatch from a groupItem in the document.
    I managed to create the new pattern swatch and name it using:
    myNewPatternSwatch = app.activeDocument.patterns.add();
    myNewPatternSwatch.name = <the_swatch_name>;
    The only thing I can't figure out is how to get my groupItem into the new pattern swatch.
    Any idea?
    Your help will be appreciated.

    I don't think you can… Sorry it's not very helpful… Patterns were the sure way to crash a script too although I have not tried in CS5…

  • Can pattern swatch be created programmatically?

    Is it possible to created a pattern swatch programmatically?
    I could find information on creating custom color swatches using xml format but don't know about pattern swatches.
    Please help me!

    We're using in-memory queues provided with
    The following FAQ, written in 2004m, indicates that in-memory queues cannot be created dynamically. However, the FAQ is old. I'm wondering OC4J 10.1.3.1 or higher (i.e. 11g) now allows dynamic creation of in-memory queues.
    http://www.oracle.com/technology/tech/java/oc4j/1012/collateral/oc4j-faq-jms-1012.html
    I haven't found a newer FAQ that indicates whether in-memory queues can now be created dynamically using OC4J 10.1.3.1.

  • Pattern swatches are shifting when exported to PDF and viewed in Preview/GoodReader

    I've tried for days to find an answer to this question, but haven't succeeded. Please also be aware that I'm a self-taught Adobe Creative Suite user. I'm working on a Mac with CS6.
    I work for a small publisher that produces knitting books. The problem is this: our tech editor has created charts in Illustrator using the pattern swatches feature. (These are knitting charts. Each square contains a pattern swatch representing the knitted stitch.)
    I am then placing these charts in their native .ai format into an Indesign file and exporting them to PDF. In Acrobat, the charts look fabulous. In the Mac Preview reader and in GoodReader, the charts do this...
    ... the pattern swatches shift around inside their squares. Each of those dots should be centered inside their squares. In Preview, when I resize the application frame, the pattern swatches move as I re-size the frame. Any ideas about what might be happening here?
    I've tried saving the charts as PDFs and placing those into the InDesign file. Doesn't help. Exporting the charts as images (jpg or tif) works, but I have to make the resolution/file size ridiculously large to get the quality of the vector image. I'd rather place the .ai files into the .indd file if possible.

    Try using File>Object>Expand on a copy of the original before making the PDF for placing.

  • Pattern Swatch Alignment

    Greetings!
    I've been trying to figure out how some patterns I've been working on are deciding how to align themselves.
    I have a set of patterns that alter in size. 25 of them. I am adding these to a set of radial circles. On 20/25 of them, everything is perfectly aligned. On 5, it won't be.
    The shapes are centered with a diamond as a spacer element. Nothing is poking out. Each diamond is exactly the same size. They are stepped evenly to create the pattern, same distance. Then the whole thing is cropped into a square. Each square is exactly the same size, pasted back in after the trim, unfilled and sent to the back. But. When I fill the objects with my patterns, 3 or 4 of them will not line up with the rest. I can move the filled shapes all over and yet, I can't seem to adjust where my pattern starts filling. And I'm not sure why 3-4 of them would start at a different spot when 20 of them are all working perfectly. At the moment, the only way I have to resolve this is converting the rogue ones to bitmaps and manually adjusting them. As that is a ton of memory I'd rather figure out what I can do to fix my vector patterns. Any ideas?
    Thanks :)

    I can't post a picture but maybe I can be a little more clear.
    Think of it this way. You have 20 checkerboards. Each one is exactly 1.555"
    The only difference is, between the first and last, you add a few checkers to the center of the board. All boards are 1.555" with a black square in the top left. Each one has the board's shape, unfilled, behind the squares. Yet, if you make a pattern tile of each of these 20 boards, 15 or so of them will start at the top of the first black square. 5 will start halfway down it that first black square.
    I assumed (I know, THAT word!) that AI was starting each pattern off the top leftmost corner. But now, I'm not sure this is the case. And, if there is anything I can do to adjust it. The closest thing I see right now is to turn on the option to adjust fills with transform and tap things around. I suspect I really need finer measurement to go by. If I step a board, I can see where one can end up a thousand of a millimeter wider than the others. But, I can't see the discrepency in the originals. I've been digging trying to find an option to turn on measurements to the .0001 of a millimeter so I can prove or disprove they are even.

  • Pattern Swatch From Pattern Maker Filter

    Is there a way to copy a new custom Pattern Swatch that you create using the Pattern Maker filter? I have often created a pattern that worked perfect but could only apply it to a layer. I want to be able to save just the custom swatch that patterns correctly so that I can use it as a repeating background image on a website.
    I know I should know this, but it's something that I've never been able to figure out, or find in the Help Menu.
    Linda

    > Well, you could always open a new file the same size as the pattern you created originally and load it from the Layer Styles > Pattern dialog.
    For some reason it tiles right when I apply the pattern to a large background. But when I attempt to create a simple square tile, even the same size as I started with, and attempt to use it as a repeating background on a web page, you can see the tiling.
    > Or how about after you make a new pattern in Pattern Maker and OK it, you have it load into an open Photoshop window, yes? You know the size of the tile the pattern maker made. How about making a selection the same size and use the arrow keys to move it into place and then copy/paste a new doc.
    Sounds good on paper Welles. But I can't get it to work right. I still see the tiling when I save the file out this way and use it as a background.
    I don't need this for anything urgent. And I know I can make something work for when I need it. The pattern I'm working with has a lot of texture so when it repeats outside of applying it in Photoshop, it just doesn't match up right. I had hoped there would be an easy way to capture the custom Pattern Maker Tile as a single image that could be used to repeat itself without seeing the tiling.
    Maybe this would be a good feature request. Thanks for both of your input.

  • Pattern Swatch Colours

    Hello
    Has anyone experienced the problem where the colour of an object created from a pattern swatch is different from the colours that were used to create the pattern swatch in the first place.
    This happens in CMYK and RGB documents, happens on several different computers (haven't had the chance to try a different printer) and happens no matter what colour management is used. We have tried all sorts of things to solve this, but each time the colour of anything using the pattern swatch is distincly different to the original colour used to make the pattern swatch.
    It says the colour has the same values and on the screen it looks the same, but when it is printed out the original and the pattern are definitely different.
    Any help and advice would be useful.
    Thanks

    I am having exactly the same problem.
    The colours of a pattern fill print very differently when it is expanded.
    All the colours in the pattern swatch are CMYK. They look identical on screen when the pattern fill is expanded.
    When printed, the mustard yellow, the appley-lime green, and the purpley-grey look completely different.
    I'm using CS6 Illustrator, FOGRA39. I'm wondering if this is a printer issue maybe?
    This is really frustrating and very worrying as I use pattern swatches a lot, and colours need to stay the same as they are approved.
    I've found this thread and another one from 2010 with what sounds like the same issue (Pattern Swatch Colours) but neither have been resolved.
    Please help if you have any ideas!

  • Can gradient start color be pattern swatch?

    using CS3 on XP; Help indicates it's possible to begin a gradient via a pattern swatch (self-created) but I get the "not writable" icon. thanks for any suggestions

    Jane:
    Read up on Opacity Masks. Draw an area filled with your pattern swatch, then put an opacity mask over the top of it...
    Bert

Maybe you are looking for

  • 3 partitions : MacOSX + Windows XP + Data

    My new MacBook Pro will be here in a week (15-inch, 2.5ghz, 2go SDRAM, 200go 7200rpm, etc.). I'm going to install Windows XP SP2 on it. I've been reading a lot of articles about installing Windows on a MacBook Pro and I guess I'm now familiar with mo

  • How can I create an accessible PDF using Pages?

    I am interested in being able to use Pages (and actually also Keynote) to produce accessible PDF documents, ideally following the PDF/UA standard. Government agencies require that electronic is created and shared in an accessible fashion. I know it i

  • PSE -5, loss in sharpness of pictures when placed in slide show

    In PSE-5, when good pictures are transferred from tagged groups to the slide show, there is a significant loss of picture quality despite using "high quality". Is there a way to make the pictures in slide show have the same quality an in the storage

  • Best Practice: Migrating transports to Prod (system down etc.)

    Hi all This is more of a process and governance question as opposed to a ChaRM question. We use ChaRM to migrate transports to Production systems. For example, we have a Minor BAU Release (every 2 weeks), a Minor Initiative Release (every 4 weeks) an

  • Bug on installing Version 1.5.1

    After downloaded new version and started (without any previous settings) it return errors messages like this: Exception Processing Message c0000013 Parameters 5ffa1d6c 5ffa1d6c 5ffa1d6c Message was edited by: LordMax