Please help re auto-curve line altering feature

to all Illustrator artists and experts: Can you please tell me the name of the Illustrator auto-curve line altering feature and how to adjust it or turn it off?  When I draw a line, and want that line not to be a perfect curve, when I complete the line Illustrator automatically alters it to make it a perfect curve.  This is changing my original line from what I intended to a homogenized curve I didn't intend.  Thank you for any help you can provide!

can't Illustrator simply save each part of my various movements as I draw the line - without "snapping" them all away
DoubleClick the Pencil or Brush tool (the tool icons in the program, not your hardware stylus) and turn off the Edit Selected Paths option. (This is a one-time setting. You don't have to revisit it each time you draw a path.)
You must use the Pencil tool or the Brush to achieve the results you desire. The Pen tool is specifically made to produce Bezier curves.
For clarity: All of the path drawing tools in Illustrator (including the Pencil and Brush) draw Bezier curves. They just employ different user interfaces for doing it.
The Pen Tool (the software tool in the program, not your stylus) employs an interface intended to allow you to explicitly place each anchorPoint and curve handle exactly where you want it. That's its purpose. So there is no "smoothness" setting for the Pen tool. The Pencil and Brush tools try to programmatically and automatically construct Bezier curves by interpreting the bitmap "path" you scribe by stroking with the pointing device. Therefore, they have Smootness settings to alter the interpreting algorithm.
That's pretty much standard practice across drawing programs like Illustrator.
There are a few commands (Roughen, Zig Zag, etc.) in the Filters (CS3) and/or Effects (CS4) menus to alter the jaggedness of selected path(s) after you've drawn them.
Generally, though, I agree with the comments of others: You need to sit down with the documentation and work through learning the program. Franky, I would add that you'd be better off doing that without using a stylus, just to minimize confusion. If you work with a mouse, you'll know what the program is capable of and how results are supposed to be achieved. Then, when you use the stylus, you'll be better able to discern whether a problem is due to a limitation of the program, or if it is something about your stylus settings, or just the small handful of stylus-supportive features in the program.
JET

Similar Messages

  • PLEASE HELP!! Drawing Lines

    Hi, I'm new to Java and i need some help with drawing an asymptotic curve.
    I have tried many times experimenting with g.drawline but I have no idea how to do it !!
    here is an example of what i want to draw:
    http://www.iit.edu/~smart/acadyear/fredstof.gif_
    Can someone please help me?
    I need the code urgently!
    I just need the lines, plain black with a white background
    and it should also be able to be stretched to any size by dragging the corner of the window
    THANK YOU VERY, VERY MUCH.

    http://forum.java.sun.com/thread.jspa?threadID=5258979

  • PLEASE HELP! BB CURVE 8520 EMAIL AND BBM NOT WORKING! :(

    Ok, i would really appreciate it if someone could help me with my BB curve. i've tried the shop i bought it from and many other people and all ive been told is to send it away to be fixed. i really need my phone every day and dont want to send it away so im trying for a quick fix kind of thing, thanks to anyone who replies.
    My blackberry was bought in October 2010 so its not old, from an o2 shop, it was working completely fine and great up until about 1 month ago.
    i was trying to get onto the internet and a message came up saying 'unable to connect to server please contact service provider or try again later' or something similar to that.
    from this appeared my phone is no longer receiving or sending any emails from or to anyone at all and my blackberry messenger has also stopped working.
    i can open my email and bbm but when i open my bbm i type out my message and hit send and the message sends with a tick to show this but the little D for delivered never appears and my friends are not receiving my messages and im not receiving their messages either.
    my phone says its connected to the internet and wifi, at the top of the screen the signal is full and it says EDGE most of the time or sometimes GPRS. i dont know what's wrong but its so annoying
    i know this message is long but i want to give all details so someone can help me properly, ive tred resetting pulling the battery out, deleting and resetting up my wifi and all that, can anyone please help me? thanks so much if you can! its much appreciated! i can upload an image of what my screen says if it helps just let me know!
    Melissa_Ball

    Hi, I'd recommend checking to make sure that you still have a Blackberry Data Plan by contacting your Network Provider (i.e O2)

  • Please Help! Sprint Curve 8330 sync issue

    I purchased this phone for my girlfriend. She loves the phone, but when she tries to install the sync software it almost finishes installing then it giver her an error 1305. Then it begins to go backwards looking for a file. She left it for hours and it never found anything. She was referred to getting the 4.6 software, but it wont let her install it. She has a Toshiba laptop with Windows Vista. Any help will be greatly appreciated. She donest live with me at the moment and we are more than a 1000 miles away. Again any help would be greatly appreciated.

    She can install the 4.6 DM if she does install in Vista using Administrator Rights.
    Then attempt the sync again.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Please help to add new line at Header layout FBL3N

    Dear Expert,
    I need a requirement to custom the program from tcode FBL3N. So i copied the program become my custom program.
    At the custom program, I need to add a new line for display total balance GL account for the previous month at header layout, under text company code.
    For the Information, FBL3N used ALV List to display layout.
    Is it possible to add new line??
    If it's possible, how is the way to add that new line to display the total GL account?
    I really appreciate your suggestion and solution.
    Thank you,

    Thanks for all your help. My problem was that I was using 2 lists to update the table. The problem solve!!!!
    int modelIndex = listWhenScrollStop.size () - 1 - aRow;
    if (modelIndex >= 0) {
    return listWhenScrollStop.get (listWhenScrollStop.size () - 1 - aRow);

  • Here are my last 3 duke dollars.  Can someone please help me draw a line?

    I have been BEATING my head on this for well over a week now. I'm new to Java2D and I cannot find even one example of this simple little thing that I am trying to do. Not one.
    All I want to do is draw an image, zoom that image, then draw some lines on that image, and then zoom it and have those lines show up where they should.
    For example, we have an image which has been zoomed. No lines are yet drawn on it.
    A line is added.
    The image is then zoomed in or out one more time.
    How do we get the line to remap to the newly zoomed image?
    What I am doing is:
    0) Load up an image from a file.
    1) Create a zoomed image by using the Image.getScaledInstance() method.
    2) Create a BufferedImage with the width and height of the image AFTER the zoom has taken place.
    3) Create a Graphics2D object by the createGraphics from this BufferedImage.
    4) Place the image into the BufferedImage by doing a BufferedImage.drawImage
    5) Select two points to be the start and end of the line.
    6) Draw the line using Graphics2D.drawLine(start.x, start.y, end.x, end.y).
    7) Zoom the image again (using the Image.getScaledInstance() method.
    8) Create a new ImageIcon using the image from above and override its paintIcon method like this:
    ImageIcon newIcon = new ImageIcon(newImage) {                       
    public void paintIcon(Component c, Graphics g, int x, int y)
    super.paintIcon(c, g, x, y);
    zoom(); //<---- ZOOM call
    Now in the zoom routine, what do I need to do to get the lines to draw at the proper location and size?
    Remember, the points of the lines (stored in a list as home grown line objects) are in screen coordinates, not image coordinates since they are just click points
    Note that when I use these points to draw a line, all is well (the line gets drawn where it should), but I have problems when I zoom the image.
    Thanks!

    Below is the documentation and method signature of
    Graphics.drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer);The important thing to note is that it does scaling on the fly if the size dictated by the source co-ordinates is defferent than the size dictated by the destination co-ordinates. The source image is always left un-touched.
    So basically your visual data is located in an offscreen image. You can draw a line on that. Then create a new image, get it's graphics and call drawImage(original_image, co-ordinates that cause it to scale how you like).
    Then you can draw lines on the 2nd image, create a 3rd, ...etc
         * Draws as much of the specified area of the specified image as is
         * currently available, scaling it on the fly to fit inside the
         * specified area of the destination drawable surface. Transparent pixels
         * do not affect whatever pixels are already there.
         * <p>
         * This method returns immediately in all cases, even if the
         * image area to be drawn has not yet been scaled, dithered, and converted
         * for the current output device.
         * If the current output representation is not yet complete then
         * <code>drawImage</code> returns <code>false</code>. As more of
         * the image becomes available, the process that draws the image notifies
         * the specified image observer.
         * <p>
         * This method always uses the unscaled version of the image
         * to render the scaled rectangle and performs the required
         * scaling on the fly. It does not use a cached, scaled version
         * of the image for this operation. Scaling of the image from source
         * to destination is performed such that the first coordinate
         * of the source rectangle is mapped to the first coordinate of
         * the destination rectangle, and the second source coordinate is
         * mapped to the second destination coordinate. The subimage is
         * scaled and flipped as needed to preserve those mappings.
         * @param       img the specified image to be drawn
         * @param       dx1 the <i>x</i> coordinate of the first corner of the
         *                    destination rectangle.
         * @param       dy1 the <i>y</i> coordinate of the first corner of the
         *                    destination rectangle.
         * @param       dx2 the <i>x</i> coordinate of the second corner of the
         *                    destination rectangle.
         * @param       dy2 the <i>y</i> coordinate of the second corner of the
         *                    destination rectangle.
         * @param       sx1 the <i>x</i> coordinate of the first corner of the
         *                    source rectangle.
         * @param       sy1 the <i>y</i> coordinate of the first corner of the
         *                    source rectangle.
         * @param       sx2 the <i>x</i> coordinate of the second corner of the
         *                    source rectangle.
         * @param       sy2 the <i>y</i> coordinate of the second corner of the
         *                    source rectangle.
         * @param       observer object to be notified as more of the image is
         *                    scaled and converted.
         * @return   <code>true</code> if the current output representation
         *           is complete; <code>false</code> otherwise.
         * @see         java.awt.Image
         * @see         java.awt.image.ImageObserver
         * @see         java.awt.image.ImageObserver#imageUpdate(java.awt.Image, int, int, int, int, int)
         * @since       JDK1.1
        public abstract boolean drawImage(Image img,
                              int dx1, int dy1, int dx2, int dy2,
                              int sx1, int sy1, int sx2, int sy2,
                              ImageObserver observer);

  • HT1689 Every time I open an email the person who sent the email gets automatically added to my phone contacts.  Please help me turn off this annoying feature.

    Every time that I open an Email, the senders Email adress gets automatically added to my phone contacts.  Is there a way to shut off this feature?

    *bows to you*
    Thank you so much. My computer that was functional and fast pre-Yosemite was moving at a snail's paste just to do a simple file search!

  • Please help me in this command alter system

    I enter to DB as dba from toad and try to execute this command to alter the format mask of the date
    ALTER SYSTEM SET NLS_DATE_FORMAT='dd/mm/yyyy' SCOPE =
    SPFILE;
    but this error come for me
    ORA-02096: specified initialization parameter is not modifiable with this option

    I am not sure why you got error? Its working fine for me,
    SQL> alter system set nls_date_format='dd/mm/yyyy' scope=spfile;
    System altered.
    SQL> select * from V$version;
    BANNER
    --------------------------------------------------------------------------------Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for Linux: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - ProductionHTH
    Aman....

  • Please help with Blackberry Curve 8320

    Hi Everyone...
    I am new to this forum and I am fascinated with my Blackberry and I just want to get it work to my standards...
    1st. I have a 8gb MicroSDHC in the phone, I did format the card, but for some reason, the phone is only showing 3.3gb instead of 8gb... I am running on the latest Firmware which is 4.5 something...
    2nd. I always get disconnected when I am using Windows Live Messenger... Is there any reason why? Does anyone know?
    Please advice...
    Thanks in advance... 

    According to the list below your device has to support 8 Gb card.
    below there is a list with card size limits for a partucal OS versions.
    BlackBerry Device Software 4.2.0 -- Up to 2 GB
    BlackBerry Device Software 4.2.1 -- Up to 4 GB
    BlackBerry Device Software 4.2.2 -- Up to 4 GB
    BlackBerry Device Software 4.3.0 -- Up to 8 GB
    BlackBerry Device Software 4.5.0 -- Up to 8 GB
    BlackBerry Device Software 4.5.0.81 and above -- Up to 16 GB
    BlackBerry Device Software 4.6.0 -- Up to 16 GB
    Go to Options-Advanced Options-Media card
    Turn the "Mass storage mode support" to ON.
    Save settings.
    Connect your device to your computer via usb-cable. In "My computer" there is a new removable drive appear.
    This new removable drive represents your sd-card from your device.
    Format this removable drive with FAT32 filesystem on your desktop computer.
    When you'll connect your device to computer later - make sure that device keyboard is unlocked.
    And note that you cannot access files on sd-card from the device - while it is connected via USB-card to your computer. Disconnect the cable to access sd-card files from your device.

  • Please help! How to make alter JFrame

    After we initiate a JFrame, it usually shows on the left-upper side,
    does someone know how to initiate it on the center of the screen?
    And how do we change the background color of a JFrame or a JPanel?
    Thanks in advance

    What has this to do with JSF?

  • Please help me explain this line

    j = (newGroup[k1].codePointAt(k2)==48 ? 49 : 48);
    what is the meaning of "48 ? 49 :48"? Is that an argument? 48 is "0" and 49 is "1", right?
    j is what?

    int a = 12;
    int b = (a == 11 ? 12 : 11);same as:
    int a = 12;
    int b;
    if (a == 11)
       b = 12;
    else
       b = 11;
    }

  • HT1430 I m unable to send sms thru any career , please help me.

    I m unable to send sms thru any career , please help me.

    SMS is a carrier feature.
    Contact the carrier to troubleshoot.

  • Please hep to generate same line number to print in file

    Hi
    I am generating file by taking data from few tables. I need to generate file data from below structure data :
    i.e In table A for order O having product p1,p2,p3,p4, lines will be wrriten to file in following manner
    Line Number
    O -p1 - 1
    O -p2 - 2
    O -p3 - 3
    O -p4 - 4
    Now another line is from table which will have only two product entries for the order O in below manner
    i.e In table B for order O having product p2,p4. so for this lines should be match with above line number of order like this :
    Line Number
    O - p2 -2
    O - p4 -4
    First all data from table A will be writeen. Then only from TABLE B data should be wrriten to file.
    Can anybody please help how to match line number for both the tables?
    Thanks in advance

    Perhaps a clearer output would be if we had different descriptions on each of the tables A an B to output with each of the rows..
    SQL> ed
    Wrote file afiedt.buf
      1  with A as (select 1 as order_id, 'p1' as product_id, 'A - order 1 product 1' as descr from dual union all
      2             select 1, 'p2', 'A - order 1 product 2' from dual union all
      3             select 1, 'p3', 'A - order 1 product 3' from dual union all
      4             select 1, 'p4', 'A - order 1 product 4' from dual union all
      5             select 2, 'p1', 'A - order 2 product 1' from dual union all
      6             select 2, 'p2', 'A - order 2 product 2' from dual union all
      7             select 2, 'p3', 'A - order 2 product 3' from dual)
      8      ,B as (select 1 as order_id, 'p2' as product_id, 'B - order 1 product 2' as descr from dual union all
      9             select 1, 'p4', 'B - order 1 product 4' from dual union all
    10             select 2, 'p3', 'B - order 2 product 3' from dual)
    11  -- end of test data
    12  select order_id
    13        ,product_id
    14        ,row_number() over (partition by order_id order by product_id) as line_number
    15        ,descr
    16  from A
    17  union all
    18  select order_id, product_id, line_number, descr
    19  from (
    20    select b.order_id
    21          ,b.product_id
    22          ,row_number() over (partition by a.order_id order by a.product_id) as line_number
    23          ,b.descr
    24    from A left outer join B on (a.order_id = b.order_id and a.product_id = b.product_id)
    25    )
    26* where order_id is not null
    SQL> /
      ORDER_ID PR LINE_NUMBER DESCR
             1 p1           1 A - order 1 product 1
             1 p2           2 A - order 1 product 2
             1 p3           3 A - order 1 product 3
             1 p4           4 A - order 1 product 4
             2 p1           1 A - order 2 product 1
             2 p2           2 A - order 2 product 2
             2 p3           3 A - order 2 product 3
             1 p2           2 B - order 1 product 2
             1 p4           4 B - order 1 product 4
             2 p3           3 B - order 2 product 3
    10 rows selected.
    SQL>

  • 0.1mb speed suddenly! please help my BB speed has ...

    2 months ago my broadband started dropping out for long periods every day.
    i contacted bt they said there was a fault with their side of things, and engineer came and went. slightly better connections for a while, but speed terrible. i have now had engineer 3 times, and speed is now the slowest ever at under 0.15mb most of the time. i live in an area which is supposed to achieve 1-3mb, and have previously had 0.5-0.9mb which is fine for me, but 0.15 is not.
    i can't even stream the online help videos suggested here on this site on ways to improve things here. 
    i am getting VERY frustrated with technical support, they say they are doing something to the line and wait 2 days and all will be fine, this has now happened 4 times and i wait the time and no improvement occurs.
    PLEASE help
    regards cheryl

    Connection information
    Line state
    Connected
    Connection time
    1 day, 5:12:16
    Downstream
    256 Kbps
    Upstream
    448 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.1
    Latency type
    Interleaved
    Noise margin (Down/Up)
    21.6 dB / 10.0 dB
    Line attenuation (Down/Up)
    63.5 dB / 31.5 dB
    Output power (Down/Up)
    13.1 dBm / 12.1 dBm
    Loss of Framing (Local)
    0
    Loss of Signal (Local)
    0
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    131 / 92
    CRC Errors (Down/Up)
    1 / 2147480000
    HEC Errors (Down/Up)
    nil / 77
    Error Seconds (Local)
    1
    Hide Details

  • Help drawing curved line - please!!!

    Seriously, I can't find a tool to draw a curved line in PSE 6!  I was told to use the "pen tool" but I can't find it.  I was told to make the selection right clicming on Pencil and has no options other than for a freehand drawing with the mouse.  The "shapes" tool will only give me a straight line.  What the heck am I missing?
    Thanks!

    The pen tool is only in Photoshop, not elements. You can draw freehand with the brush or pencil tools (you can  put something on a separate layer below and trace the edge if you need help), or you can draw a selection with the elliptical marquee tool, go to Edit>Stroke (outline) selection to color it, then erase the parts you don't want.
    The custom shape tool draws many shapes. It sounds like you have the line tool selected. Hold down its icon in the toolbox and you'll see several other tools in there. The polygon tool with the rounded corners option turned on will draw circles, although it's not supposed to.

Maybe you are looking for

  • HELP! My photoshop won't open!  ):

    Okay, so I've had Photoshop for roughly 10 years, and on my Windows 7 computer I have 'Adobe Photoshop Elements 7.0' I have always updated it, and never had issues.  I haven't used it in probably a month, and I went to open it yesterday and it won't

  • Problems with basic object adapter

    In the book "Oracle81 Java Component Programming with EJB, CORBA and JSP" there is an example of a simple callback corba program (chapter 6). I get to deploy my ServerImpl object, and when I compile the code I get no errors. But when I try to run the

  • G4 Quicksilver 733 is not powering on...

    G4 quicksilver 733 with scsi card and wireless card...no power when I depress power button...shows a blinking red light on the motherboard and blinking green light on the scsi card, but no response otherwise..HELP!

  • Oracle ApEx bug?

    My environment: Windows 7 32 bit Oracle 11g XE R2 GlassFish Server Open Source Edition 3.1.2.2 (build 5) ApEx Listener 2.0.0.354.17.05 (deployed as an application in the above web server) ApEx 4.2.1 My Problem: 1. Define a RESTful Resource Service Mo

  • How to do mosaic for different two georaster object?

    I have done mosaic for single georaster object, But I can't do it for different two georaster object. Oracle returned the error: ORA-13419. My PL/SQL code is: DECLARE gr sdo_georaster; BEGIN INSERT INTO georaster_table (georid, georaster) VALUES (1,