
amphioxus
Members-
Posts
10 -
Joined
-
Last visited
Profile Information
-
Gender
Male
-
Location
Portland, OR
-
Interests
Science
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
amphioxus started following SVG import bug
-
I'm using Designer Version 2.5.0 How to reproduce: Create any plot using Matplotlib in Python that contains text Save the plot as SVG (see attached example SVG) Open SVG file in Affinity Designer The attached svg file imports incorrectly into Affinity. The attached png file shows the difference between importing into Affinity and any other software I have that opens SVGs (e.g. firefox, Mac preview, etc) I have a work-around that uses the cairo backend for plotting, but that's very inconvenient. I think a lot of researchers are using Affinity for their work, and having correct SVG parsing would make their lives much easier. Python script that produces the figure: import matplotlib.pyplot as plt import numpy as np # Create data np.random.seed(0) x = np.arange(10) y = x + np.random.rand(10)*1.5 plt.scatter(x, y) plt.text(1, 8, 'Demo Text', fontsize=12) plt.xlabel('X-axis') plt.ylabel('Y-axis') plt.title('Demo plot with text') # Save the plot as an SVG file using regular matplotlib backend: plt.savefig("demo_matplotlib_svg_import_bug.svg", format='svg') demo_matplotlib_svg_import_bug.svg
-
Request for improved SVG import
amphioxus replied to TobyLobster's topic in Feedback for the Affinity V2 Suite of Products
This SVG import bug has been bugging me for years. I'm also producing a lot of figures using Matplotlib, and always have to resort to using the cairo backend for creating svg files that import correctly into Affinity. Hopefully this will be fixed at some point, because it's really annoying... Here are some posts from 2021 that describe the problem: -
Are there any updates on this issue? I have run into the same problem with figures created in current Matplotlib versions. SVGs are displayed fine in all other software I tested (Mac Finder Preview, Firefox, Safari. Ubuntu Inkscape, ImageViewer), but are mangled in Affinity Designer 1.10.5 (and in Affinity Publisher too). Edit: I didn't realize the original post was in a Windows-bug section. I should have looked for the MacOS bug section instead before posting. Anyways, this problem seems to be OS-independent.
-
I like how one can change the contour radius, and apply it, using the Touch Bar on my MacBook Pro. I rarely use the Touch Bar, but having the slider right there under the screen is actually very useful for this purpose.
-
amphioxus reacted to a post in a topic: How can I offset the path of an object?
-
ivan.dedos reacted to a post in a topic: How can I offset the path of an object?
-
ra.skill reacted to a post in a topic: How can I offset the path of an object?
-
This is great! I just downloaded the beta version (thanks for the link!) and tried it out. Works well in my quick tests. This will be really nice to have...
-
amphioxus reacted to a post in a topic: How can I offset the path of an object?
-
ivan.dedos reacted to a post in a topic: How can I offset the path of an object?
-
Any news on this feature? For me, the lack of an easy path offset tool has become the single-most annoyance about Affinity Designer. I'm currently planning a design that needs many offset paths, and the workaround using stroke thickness is just too cumbersome. Guess I'll have to start the basic drawing in Inkscape on my Linux machine, which does have this capability. (Or go back to Illustrator for a few months. I'd rather not, though.) Other than that, I really love using Designer on my Mac. And the iPad version is pretty nifty too! But I've been coming back to this old thread way too many times... and it's a bit cruel to get our hopes up with that awesome demo of just such a tool on twitter a while back
-
amphioxus reacted to a post in a topic: moving the ruler zero point: possible?
-
amphioxus reacted to a post in a topic: Designer (vector) Pencil Tool: Continue Path
-
Alfred reacted to a post in a topic: Quick way to duplicate a layer
-
Quick way to duplicate a layer
amphioxus replied to alsarraf's topic in Older Feedback & Suggestion Posts
I agree, it's not the end of the world. Just a minor nuisance, especially when I want to quickly duplicate grouped objects. When click-dragging on an unselected group of objects while pressing CMD, AffinityDesigner will only duplicate the selected sub-object of that group (and leave it grouped within its parent), instead of moving and copying the whole group. So I need to make sure I select the group first, and then duplicate it. Just a few seconds lost, but I just really liked how this worked in Illustrator. -
Quick way to duplicate a layer
amphioxus replied to alsarraf's topic in Older Feedback & Suggestion Posts
I agree with aandy above. I too would love to be able to start dragging an object, and then midway decide whether I want to deposit a copy (if command or option is pressed) at the destination or just move it (key not pressed). That would speed up my workflow immensely, as I can't tell you how often I press the key too late and only move the object instead of copying it. REALLY like your software, though! -
Affinity Photo and Designer 1.6 have launched!
amphioxus replied to TonyB's topic in News and Information
Awesome! I just came to this forum to ask how to center text vertically in a text box in Affinity Designer. I just updated to 1.6 and this feature is now present. Thanks for your hard work!