Rasmus

My feedback

25 results found

  1. 74 votes
    How important is this to you?
    An error occurred while saving the comment
    Rasmus commented  · 

    Egor, thank you for the condescending nonsense! I understand how great it must feel, to be so much better than your paying users. Why even bother to consider ones own flaws, just because users are complaining on every social media platform?

    Here is a screenshot of my smart guide settings. Notice how the 45° and 90° smart guides are turned off. Like they always have been. But the feature is turned on regardless. Nothing new. Eurasia has always been at war with Oceania.

    Why even have settings, when you know what people want? And why have bug reports, when a bug is something that has never happened?

    An error occurred while saving the comment
    Rasmus commented  · 

    This fix doesn't work. You can extend straight lines, but any curve along any part of a line renders the fix useless. But the new (useless) 45° and 90° smart guides are there.

    Did anybody need a smart guide 45° degrees from the origin, rather than the line extension we've had for years?

    Rasmus supported this idea  · 
  2. 4 votes
    How important is this to you?
    Rasmus supported this idea  · 
  3. 512 votes
    How important is this to you?

    We are excited to announce that this feature is now available in all the public builds starting V29.1.

    The new 'Create swatch info' helps you share color information accurately with others by including color codes.

    To use this, just select the colors from the swatch panel and click on 'Create swatch info' in the menu options.

    You can customise the size, layout, color codes etc.

    Please try out this feature and let us know what you think!


    Just to clarify 'Completed' doesn't means the UV is 'Closed', it simply means the UV is available publicly in the GA builds. The UserVoice platform doesn't allow us to have a intermediate status hence the confusion.

    We are currently gathering all the user feedbacks and working on a plan to address them.


    Thanks for your understanding.

    An error occurred while saving the comment
    Rasmus commented  · 

    Cool. Did you try my script? That's basically what we need, but in a drag-and-drop fashion.

    An error occurred while saving the comment
    Rasmus commented  · 

    @Saurav Agrewal; I'd like Archit's option 2. Because the feature is lacking, I've written a script that adds the selected swatches (or groups of swatches) to the artboard as rectangles. But I'm still missing the option to just drag and drop a swatch from the swatches panel to the artboard.

    ```jsx
    // Check if a document is open
    if (app.documents.length === 0) {
    alert("No document is open.");
    }

    // Reference the active document, swatches and artboard
    var doc = app.activeDocument;
    var swatches = doc.swatches.getSelected();
    var artboard = doc.artboards[doc.artboards.getActiveArtboardIndex()];

    var x = artboard.artboardRect[0];
    var y = artboard.artboardRect[1];

    if (swatches.length == 0){
    alert("No swatches are selected.");
    }else{
    // Add a layer for the generated swatches
    var colour_layer = doc.layers.add();
    colour_layer.name = "Swatches layer";
    for (var i=0, len=swatches.length; i < len ; i++) {
    // For each swatch, add it to the artboard
    if ( i > 1 && 5 % i == 0){ y -= 110; x = artboard.artboardRect[0]; }
    // Size and color of block
    var rect = colour_layer.pathItems.rectangle(y, x, 100, 100 );
    rect.fillColor = swatches[i].color;
    // No stroke
    rect.stroked = false;
    x += 110;
    };
    }
    ```

    Rasmus supported this idea  · 
  4. 5 votes
    How important is this to you?
    Rasmus supported this idea  · 
  5. 8 votes
    How important is this to you?
    An error occurred while saving the comment
    Rasmus commented  · 

    This is rather important, but the bug report is difficult to find. Pencil strokes can be converted to brush strokes, but brush strokes cannot be converted to pencil strokes. Illustrator 3.0.6 on iOS 17.4.1.

    Rasmus supported this idea  · 
  6. 54 votes
    How important is this to you?
    Rasmus supported this idea  · 
  7. 5 votes
    How important is this to you?
    An error occurred while saving the comment
    Rasmus commented  · 

    I've been using Illustrator on iPad for more than a year, and I've been perplexed by the pencil only having a width of 1 px. Because of this feature request, I've just realised, that it *is* possible to draw in different thicknesses. But the setting is not in the pencil tool!

    This comment is for people not realising, that tool settings are not anywhere near the tool.

    Rasmus supported this idea  · 
  8. 20 votes
    How important is this to you?
    Rasmus supported this idea  · 
  9. 17 votes
    How important is this to you?
    Rasmus supported this idea  · 
  10. 70 votes
    How important is this to you?
    Rasmus supported this idea  · 
  11. 281 votes
    How important is this to you?
    Rasmus supported this idea  · 
  12. 36 votes
    How important is this to you?
    Rasmus supported this idea  · 
  13. 2 votes
    How important is this to you?
    Rasmus supported this idea  · 
  14. 11 votes
    How important is this to you?
    An error occurred while saving the comment
    Rasmus commented  · 

    This still happens on my iPad Pro (10,5") with the Apple Pencil Gen1, in Illustrator for iPad 3.0.6.

    Rasmus supported this idea  · 
  15. 28 votes
    How important is this to you?
    Rasmus supported this idea  · 
  16. 5 votes
    How important is this to you?
    Rasmus supported this idea  · 
  17. 26 votes
    How important is this to you?
    Rasmus supported this idea  · 
  18. 11 votes
    How important is this to you?
    Rasmus supported this idea  · 
  19. 24 votes
    How important is this to you?
    Rasmus supported this idea  · 
  20. 149 votes
    How important is this to you?
    Rasmus supported this idea  · 
← Previous 1

Feedback and Knowledge Base