
jenkm
Members-
Content Count
42 -
Joined
-
Last visited
About jenkm
-
Rank
Member
Profile Information
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
-
-
-
-
-
create svg file with polygon tag
jenkm replied to 4cari's topic in Affinity on Desktop Questions (Mac and Windows)
You use a wrong tool, you need to use Divide operation to split the shape into pieces. -
-
There is no this problem in Affinity Photo 1.6.6. Gradient-32bit.afphoto
-
Burn, dodge and saturation tool tonal range settings poor
jenkm replied to rjan's topic in (Pre 1.7) Bugs on Mac
No, it's not subjective. I created a gradient from black to white, performed one brush stroke with 100% opacity, and then created a curve representing the tool effect. The following two images represent how the Dodge and Burn tools work in Photoshop. The second with the Protect Tones option enabled. The following picture represent how it works in Affinity Photo. The Shadows is completely broken, they affects the midtones and highlights range more than the Midtones. It seems like the left part of the Burn (Shadows) graph is flipped. In 16bit mode the Dodge (Midtones) is also broken. Related threads: https://forum.affinity.serif.com/index.php?/topic/48556-strange-bug-with-the-dodging-tool/ https://forum.affinity.serif.com/index.php?/topic/11559-dodge-burn-brushes-behavior-and-defaults/ https://forum.affinity.serif.com/index.php?/topic/30928-cant-burn-to-pure-black/- 4 replies
-
- tonal range
- saturation
-
(and 3 more)
Tagged with:
-
The <use> element works fine, see attached: use-opacity-bug.svg
-
When there are rounded rectangles with a corners radius specified in pixels (not Absolute sizes), scaling of entire document (Resize Document…) does not affect the radius that leads to a change in the picture/design. It looks like a bug and not a feature. So there is no easy way, for example, to scale the icon set imported from SVG.
-
The opacity attribute of the <use> element is ignored during import. <circle id="c" fill="red" r="20" cx="25" cy="25"/> <use opacity="0.5" x="25" y="0" xlink:href="#c"/>
-
-
-
When you delete the pixel layer, you get a group which contains only adjustments and filters in it, that leads to a different result. There's no bug, it's by design: But there is a bug with the live filter:
- 5 replies
-
- live filter
- blending
-
(and 1 more)
Tagged with:
-
Not sure if it's a Bug or an Undocumented Feature
jenkm replied to Cedge's topic in (Pre 1.7) Bugs on Windows
The Invert command is applied to the current layer, the Invert Adjustment layer added directly above the selected layer. If you use a blend mode on layer, you get different stacking order and different result. -
Blend mode on layer group
jenkm replied to shojtsy's topic in Affinity on Desktop Questions (Mac and Windows)
It seems this is a bug. If you select a group (in the Layers panel) and set the color (in the Color panel or by Color Picker Tool) then all pixel layers in the group will be filled with this color. -
DPI (dots per inch) Problem
jenkm replied to Kamoon's topic in Affinity on Desktop Questions (Mac and Windows)
If you have the 216x162mm at 300dpi image that is equivalent to 2551x1913px. It can't turn into 5152x3864px. -
SVG Export - Differences - AD
jenkm replied to TamaraMtz's topic in Affinity on Desktop Questions (Mac and Windows)
To be precise, SVG (for the web) is not an option, it is a Preset (set of export options). Click the More button to see options. For example, without Flatten transforms: <g transform="matrix(0.922466,-0.386079,0.386079,0.922466,-87.7666,149.969)"> <rect x="256" y="256" width="128" height="128" style="fill:#ffffff;"/> </g> With this option, the transformation will be applied to the rectangle: <path d="M360.879,216.95l-107.929,45.171l45.171,107.929l107.929,-45.171l-45.171,-107.929Z" style="fill:#ffffff;"/> -
shojtsy reacted to a post in a topic: [AP] Adjustment layers stop working if in a group together with a pixel layer
-
Blend mode on layer group
jenkm replied to shojtsy's topic in Affinity on Desktop Questions (Mac and Windows)
In Photoshop everything works in an obvious way: if a group is in the Passthrough mode it is as if there is no group, the blending order is not changed if a group mode is Normal, first blended all layers in this group (nothing interacts with the layers outside of the group) then group is considered as a single layer in Normal mode if a group mode is Multiply (for example), also the layers in this group are not interacts with the layers outside of the group, group is considered as a single layer and blend down in Multiply mode That is, if the group mode is not Passthrough, for example adjustment layers in the group do not affect the layers below the group. In Affinity there is two difference: If a group contains both adjustments and pixel layers, these adjustments only affect layers in the group. Adjustments would like to ignore Passthrough mode, how would masking by layers. And if a group has only adjustments in it (so it shows the folder icon) it will affect the elements outside the group. If you have a group not in Passthrough, the layers inside the group are not interact with the layers outside of the group. If the bottom layer in the group has its own blending mode it just ignores.