[krita] [Bug 462075] Reference images are weird because whenever I start drawing it starts making square outlines? Whenever I paste (ctrl + v) it pastes as a reference and if I paste from the edit men

2022-12-08 Thread Cebtenzzre
https://bugs.kde.org/show_bug.cgi?id=462075

Cebtenzzre  changed:

   What|Removed |Added

 CC||cebtenz...@gmail.com

--- Comment #2 from Cebtenzzre  ---
Cannot reproduce with Krita 5.1.3 on Linux. Can reproduce with 5.1.2 and 5.1.3
on Windows. It does not seem to affect 5.0.6.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 416019] Edit Shapes Tool misbehaves while dragging/bending certain imported paths

2020-01-08 Thread Cebtenzzre
https://bugs.kde.org/show_bug.cgi?id=416019

--- Comment #3 from Cebtenzzre  ---
Created attachment 124984
  --> https://bugs.kde.org/attachment.cgi?id=124984=edit
Reproducer #2 with workaround applied

Created with:
$ svgcleaner --allow-bigger-file --apply-transform-to-paths=yes reproducer2.svg
reproducer2_workaround.svg

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 416019] Edit Shapes Tool misbehaves while dragging/bending certain imported paths

2020-01-08 Thread Cebtenzzre
https://bugs.kde.org/show_bug.cgi?id=416019

--- Comment #2 from Cebtenzzre  ---
Created attachment 124983
  --> https://bugs.kde.org/attachment.cgi?id=124983=edit
Reproducer #2

An SVG that needs a different workaround

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 416019] Edit Shapes Tool misbehaves while dragging/bending certain imported paths

2020-01-08 Thread Cebtenzzre
https://bugs.kde.org/show_bug.cgi?id=416019

--- Comment #1 from Cebtenzzre  ---
With a different imported SVG that had the same problem, I was able to work
around the issue by extracting the vector layer from the .kra and running the
following command:

$ svgcleaner --no-defaults --allow-bigger-file --paths-to-relative=yes
--apply-transform-to-paths=yes original.svg cleaned.svg

Then I replaced the layer in the .kra with the new SVG. This didn't work
without --apply-transform-to-paths=yes so this seems to be different from (but
related to) the original attached reproducer, which has no transform
attributes.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 416019] New: Edit Shapes Tool misbehaves while dragging/bending certain imported paths

2020-01-08 Thread Cebtenzzre
https://bugs.kde.org/show_bug.cgi?id=416019

Bug ID: 416019
   Summary: Edit Shapes Tool misbehaves while dragging/bending
certain imported paths
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tools/Vector
  Assignee: krita-bugs-n...@kde.org
  Reporter: cebtenz...@gmail.com
  Target Milestone: ---

Created attachment 124978
  --> https://bugs.kde.org/attachment.cgi?id=124978=edit
Reproduces the bug when opened in Krita

SUMMARY

When using the Edit Shapes Tool to bend a curve from certain imported paths,
the curve is moved to the wrong place and the undo history is corrupted.

The SVG that reproduces the issue is attached as reproducer.svg. I have been
able to reproduce this simply by saving an SVG in Inkscape and opening it in
Krita.

An apparent workaround is to change the viewBox attribute to viewBox="0 0 1250
750".

An apparent way to create a reproducer is to change the viewBox of an SVG saved
by Krita to be smaller, e.g. viewBox="0 0 200 300".

STEPS TO REPRODUCE

1. Open reproducer.svg in Krita
2. Select the paths and ungroup them
3. Use the Edit Shapes Tool to drag one of the curves, causing it to bend
4. Repeat step 3 but drag in a different direction
5. Attempt to undo steps 3 and 4

OBSERVED RESULT

The result of bending the curve is inconsistent with the way it was moved, and
often in the opposite direction.
When an undo is attempted, the shape continues to bend in directions it was not
supposed to.

EXPECTED RESULT

The curve bends to where the cursor was dragged, just as it normally would.
When an undo is attempted, the previous state of the document is correctly
restored.
Both of these results are observed if the workaround is applied.

SOFTWARE/OS VERSIONS

Krita: Krita Plus AppImage 4.2.9-alpha (git 0c46041)

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413994] New: Feature Request (Transform): An equivalent to GIMP's "[Preview] Image opacity" setting

2019-11-09 Thread Cebtenzzre
https://bugs.kde.org/show_bug.cgi?id=413994

Bug ID: 413994
   Summary: Feature Request (Transform): An equivalent to GIMP's
"[Preview] Image opacity" setting
   Product: krita
   Version: 4.2.7.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Tools/Transform
  Assignee: krita-bugs-n...@kde.org
  Reporter: cebtenz...@gmail.com
  Target Milestone: ---

SUMMARY

GIMP has a set of tool options for controlling the preview image during a
transformation: "Show image preview" and "Image opacity". These are useful
options with no complete equivalent in Krita.


STEPS TO REPRODUCE
1. Import two paint layers from images with no alpha channel
2. Add a Transform Mask to the top layer
3. Select the new Transform Mask
4. Activate the Transform tool
5. Attempt to align the two layers by scaling, rotating, and moving


OBSERVED RESULT

It is difficult to align the layers because there is only a little
transparency. Even if the layer opacity is adjusted, the preview image still
has ~90% opacity (when using a transform mask).
Additionally, if trying to use a Transform Mask to scale a layer to the
dimensions of something else, there is no way to disable the preview image and
align the corners to a rectangle, a selection, or another layer.


EXPECTED RESULT

There is a tool option like in GIMP to make the transform preview less opaque,
and an option to make the preview image invisible. Another option (though less
flexible) would be for the opacity of the layer to be used for the preview
while transforming a Transform Mask instead of the constant ~90%.


SOFTWARE/OS VERSIONS
Qt Version: 5.13.2

-- 
You are receiving this mail because:
You are watching all bug changes.