Navigation

    VectorStyler

    • Register
    • Login
    • Search
    • Categories
    • Unread
    • Recent
    • Tags
    • Popular
    1. Home
    2. Bugs in VectorStyler
    3. VectorStyler 1.2 beta
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes

    VectorStyler 1.2 beta

    • VectorStyler 1.2 beta
      29 Sept 2023, 14:29 • VectorStyler   8 Jan 2024, 19:03

      11
      12
      Votes
      11
      Posts
      10.0k
      Views

      8 Jan 2024, 19:03

      @Victor-Vector said in VectorStyler 1.2 beta: Just so you know, this works 100% with my keyboard's left ALT but it is jittery on my keyboard's right ALT. Yes, there were some issues in working with the right ALT key on Windows. I will try to improve this.
    • H

      Crash report after reopening VS
      12 Feb 2024, 09:19 • Harry   31 Mar 2025, 06:59

      6
      1
      Votes
      6
      Posts
      3.0k
      Views

      31 Mar 2025, 06:59

      @debraspicher said in Crash report after reopening VS: However, deleting the folder did the trick for me, thankfully. Yes, this might happen if VS cannot delete the previous crash log files. Manual deletion fixes this.
    • J

      stacked Transform shape effects should be independent
      6 Oct 2024, 01:37 • jkwchui   13 Oct 2024, 02:10

      9
      1
      Votes
      9
      Posts
      4.3k
      Views

      J 13 Oct 2024, 02:10

      @VectorStyler Ah - I had been interpreting the order wrong - I thought it's built "base up". Yes, now it works and makes very much sense. @Devil-Dinosaur I downloaded your preset and now need to find out how to load it I was thinking about shape effects because this can then be wrapped into a Layer style, so there is some kind of workflow of "switch off layer effect visibility to draw -> turn on effect visibility to see" and keep everything live.
    • J

      Crash when objects with Erase blend mode duplicated
      10 Oct 2024, 03:10 • jkwchui   10 Oct 2024, 06:21

      2
      1
      Votes
      2
      Posts
      1.4k
      Views

      10 Oct 2024, 06:21

      @jkwchui Can be replicate here also, will be fixed as soon as possible.
    • J

      Shape Effects / Transform has no parameters
      shape effects transform • 4 Oct 2024, 14:51 • jkwchui   4 Oct 2024, 15:31

      2
      1
      Votes
      2
      Posts
      1.7k
      Views

      4 Oct 2024, 15:31

      @jkwchui I will fix this for the next build.
    • P

      Odd text spacing in imported svg file
      11 Aug 2024, 20:56 • pmFrench   17 Aug 2024, 06:20

      4
      1
      Votes
      4
      Posts
      3.1k
      Views

      P 17 Aug 2024, 06:20

      Thank you for the fix.
    • W

      Bounding box changes after flipping artwork
      5 Aug 2024, 14:26 • William Kansepa   6 Aug 2024, 17:21

      5
      2
      Votes
      5
      Posts
      3.8k
      Views

      6 Aug 2024, 17:21

      @William-Kansepa I agree with this. Even if technologically it is working as intended, it's not as intuitive for the user visually.
    • J

      CSV as Data Source does not accept " " escaping
      16 Jul 2024, 14:13 • jkwchui   16 Jul 2024, 17:19

      2
      1
      Votes
      2
      Posts
      1.8k
      Views

      16 Jul 2024, 17:19

      @jkwchui Seems to be a bug, I will try to fix it for the next build.
    • L

      Guidelines, dragging into Artboard group doesn't work.
      15 Jul 2024, 12:10 • larsherold   15 Jul 2024, 12:27

      2
      1
      Votes
      2
      Posts
      1.8k
      Views

      15 Jul 2024, 12:27

      @larsherold Yes, can be replicated here also. I think this was the same before 032 also
    • W

      VS sometimes fails to interpret text in a pdf file
      11 Jul 2024, 13:17 • William Kansepa   11 Jul 2024, 15:03

      2
      1
      Votes
      2
      Posts
      1.8k
      Views

      11 Jul 2024, 15:03

      @William-Kansepa I did not yet receive the file. But from the image it seems that some ligatures (in this case "fi") are not translated back to glyphs.
    • W

      Commands not working
      6 Jul 2024, 22:33 • William Kansepa   7 Jul 2024, 06:23

      2
      1
      Votes
      2
      Posts
      1.8k
      Views

      7 Jul 2024, 06:23

      @William-Kansepa Can be replicated on Windows, I will try to find the fix before the next release
    • L

      "Shift+Click to deselect a single selected object" issue
      4 Jul 2024, 12:34 • larsherold   4 Jul 2024, 14:37

      5
      1
      Votes
      5
      Posts
      5.6k
      Views

      4 Jul 2024, 14:37

      @larsherold Box+Shift Click issue can be replicated here. I will fix this ASAP.
    • W

      Weird colour swatch behaviour
      21 Jun 2024, 21:27 • William Kansepa   2 Jul 2024, 14:14

      6
      1
      Votes
      6
      Posts
      4.0k
      Views

      W 2 Jul 2024, 14:14

      @VectorStyler, thank you for the response.
    • L

      Panel Submenus show MacOS system services
      22 Jun 2024, 11:15 • larsherold   22 Jun 2024, 13:01

      4
      1
      Votes
      4
      Posts
      3.6k
      Views

      22 Jun 2024, 13:01

      A robot friend says this - may help, may not: To fix unexpected autofill or contacts in macOS context menus using C++ and Objective-C++, check these areas: Context Menu Implementation: Ensure menus only show relevant items for the context. Event Handling: Verify correct handling of right-click events. Input Field Attributes: Disable unwanted autofill attributes (e.g., autocomplete="off"). Custom Menu Items: Remove unwanted system items and ensure custom items are properly defined. Debugging and Logging: Add logs to trace unwanted menu additions. Use Xcode Instruments for profiling. Frameworks and Libraries: Check third-party libraries for side effects. Update to latest versions. Here is an example of how to implement a context menu in C++ with Objective-C++: // ViewController.h #import <Cocoa/Cocoa.h> @interface ViewController : NSViewController <NSMenuDelegate> @end // ViewController.mm #import "ViewController.h" @implementation ViewController (void)viewDidLoad { [super viewDidLoad]; NSMenu *menu = [[NSMenu alloc] initWithTitle:@"Context Menu"]; [menu setDelegate:self]; NSMenuItem *menuItem = [[NSMenuItem alloc] initWithTitle:@"Custom Action" action:@selector(customAction) keyEquivalent:@""]; [menu addItem:menuItem]; [self.view setMenu:menu]; } (void)customAction { // Handle custom action } (void)menuNeedsUpdate:(NSMenu *)menu { [menu removeAllItems]; NSMenuItem *menuItem = [[NSMenuItem alloc] initWithTitle:@"Dynamic Action" action:@selector(customAction) keyEquivalent:@""]; [menu addItem:menuItem]; } @end // main.cpp #include <Cocoa/Cocoa.h> int main(int argc, const char * argv[]) { return NSApplicationMain(argc, argv); } In this example, ViewController implements the NSMenuDelegate protocol to dynamically update the context menu. The menuNeedsUpdate: method ensures that the context menu only contains relevant items. This example combines C++ (in main.cpp) with Objective-C++ (in ViewController.mm), which is commonly used in macOS development.
    • L

      "Keep Locked with Artboard" issue
      22 Jun 2024, 10:41 • larsherold   22 Jun 2024, 10:51

      2
      1
      Votes
      2
      Posts
      1.9k
      Views

      22 Jun 2024, 10:51

      @larsherold I will address this issue in the next build
    • C

      BUG - PANELS ON EXTERNAL MONITOR IN SLEEP MODE
      20 Jun 2024, 09:08 • colorweber   20 Jun 2024, 09:10

      2
      3
      Votes
      2
      Posts
      2.1k
      Views

      20 Jun 2024, 09:10

      @colorweber Thanks for reporting this issue, and welcome to VectorStyler. I opened a bug on this external monitor issue, and will try to fix it as soon as possible.
    • Color swatch separator frame
      26 Jan 2024, 12:25 • Ayo   19 Jun 2024, 06:20

      4
      3
      Votes
      4
      Posts
      3.3k
      Views

      19 Jun 2024, 06:20

      @debraspicher said in Color swatch separator frame: I like this quite a bit. Can be enabled with the Color Palette panel menu -> Display -> Show Grid Margin
    • W

      The Super Ellipse producing too many nodes when converted to curves
      16 Jun 2024, 22:44 • William Kansepa   17 Jun 2024, 06:32

      2
      1
      Votes
      2
      Posts
      2.0k
      Views

      17 Jun 2024, 06:32

      @William-Kansepa I got 16 nodes with the default curvature. But it might be more with other parameters. Send me a file with the super ellipse shape that has too many nodes when converted to curves. I will try to improve this, but super-ellipses are difficult to approximate with beziers.
    • W

      Some Select sub-menus under the Select menu misfiring
      15 Jun 2024, 20:41 • William Kansepa   16 Jun 2024, 17:15

      3
      0
      Votes
      3
      Posts
      2.5k
      Views

      W 16 Jun 2024, 17:15

      @VectorStyler Thank you!
    • W

      Gradient Flip Colours not working
      15 Jun 2024, 18:58 • William Kansepa   16 Jun 2024, 10:38

      2
      1
      Votes
      2
      Posts
      1.8k
      Views

      16 Jun 2024, 10:38

      @William-Kansepa Can be replicated here also. This is a bug, and will be fixed for the next build

    Move Topic