[krita] [Bug 473770] [SVG2 support] Add support for stroke-linejoin: arcs property

2024-04-29 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=473770

--- Comment #3 from Volga  ---
In this draft, W3C gives some instructions to you, which would help you to
build strokes from curves corner for more desirable look, and pave ways of
proper rendition for three types of curves.

https://svgwg.org/svg2-draft/painting.html#CurvatureCalculation

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

[krita] [Bug 475212] Vertical text should allow mixed text orientation

2023-10-06 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=475212

--- Comment #3 from Volga  ---
The default text orientation of a character should be depends on the
Vertical_Orientation property given by International Components for Unicode
(ICU). In addition, some fonts may have a special form prefixed by @, which is
intended to be used for vertical text layout, and shouldn't apply this Unicode
property whatsoever.

See:
https://www.unicode.org/reports/tr50/
https://archives.miloush.net/michkap/archive/2005/08/04/447759.html

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

[krita] [Bug 475212] Vertical text should allow mixed text orientation

2023-10-04 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=475212

--- Comment #1 from Volga  ---
Created attachment 162084
  --> https://bugs.kde.org/attachment.cgi?id=162084=edit
Sample file

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

[krita] [Bug 475212] New: Vertical text should allow mixed text orientation

2023-10-04 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=475212

Bug ID: 475212
   Summary: Vertical text should allow mixed text orientation
Classification: Applications
   Product: krita
   Version: 5.2.0-rc1
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: shanshandehongx...@outlook.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
In Krita 5.2 RC I saw the text tool have support for vertical text in its
editor, but it's still not good, after I insert a vertical text, I saw all
characters forced to be upright.

STEPS TO REPRODUCE
1.  Open an image
2.  Insert text
3.  Add two properties in Text editor: writing-mode: vertical-rl;
text-orientation: mixed;

OBSERVED RESULT
All characters forced upright.

EXPECTED RESULT
All characters in vertical layout should be either sideways or upright.

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[krita] [Bug 473770] [SVG2 support] Add support for stroke-linejoin: arcs property

2023-09-07 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=473770

--- Comment #2 from Volga  ---
Yeah, althrough this is part of of SVG 2, it's meanful for graphic design, for
example, if you want to create a shape with multiple layers of outline, while
the stroke go through an arcs corner, this value would allow all layers curved
as well at there, rather than ugly straight corner, thus you will be able to
produce desirable design, even if other SVG-capable softwares can't support
this, you can also choose to convert such stroke into path. So when you wnat to
got support for SVG 2, you should pay attention to such innovative value, and
give higher priority to implement, thus making Krita better.

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

[krita] [Bug 473770] New: Add support for stroke-linejoin: arcs property

2023-08-26 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=473770

Bug ID: 473770
   Summary: Add support for stroke-linejoin: arcs property
Classification: Applications
   Product: krita
   Version: 5.1.5
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: shanshandehongx...@outlook.com
  Target Milestone: ---

SUMMARY
The stroke-linejoin property have added new value arcs as a new way to join the
strokes at the corner of paths, this value indicates that an arcs corner is to
be used to join path segments. The arcs shape is formed by extending the outer
edges of the stroke at the join point with arcs that have the same curvature as
the outer edges at the join point.
With this support it's possible to make a stroke with this property produce
even more desired output in Krita, whigh give benifits to stroke to path
convention or export to other image formats.


STEPS TO REPRODUCE
1. Open Krita
2. Add a SVG stroke, which is a sharp angle consist of two curves
3. Set stroke color and width
4. Set stroke-linejoin: arcs property for stroke
5. See error

OBSERVED RESULT
The sharp angle looks still straight, not curved.

EXPECTED RESULT
The sharp angle should be curved as well

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
See MDN Web Docs:
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-linejoin

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

[krita] [Bug 454804] Add support for switching font feature in Text Editor

2022-08-05 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=454804

--- Comment #1 from Volga  ---
Inkscape implemented interfaces for font features over years.
https://wiki.inkscape.org/wiki/index.php/Release_notes/0.92#Font_Features

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

[krita] [Bug 454806] Add support for switching font variation in Text Editor

2022-08-05 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=454806

--- Comment #2 from Volga  ---
Inkscape is already got support for font variation from 1.0 release.
https://inkscape.org/news/2020/05/04/introducing-inkscape-10/

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

[krita] [Bug 454845] New: Add options make text vertically in Text Editor

2022-06-04 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=454845

Bug ID: 454845
   Summary: Add options make text vertically in Text Editor
   Product: krita
   Version: 5.0.6
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: shanshandehongx...@outlook.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
Although Krita is able to handle LTR and RTL direction within horizontal texts,
it would be awesome to make some interfaces to awitch to vertical block
directions. There are also various CSS properties to handle such directions.

STEPS TO REPRODUCE
(No way to reproduce, neither option nor markups support vertical text layout
in Krita)

OBSERVED RESULT
N/A

EXPECTED RESULT
N/A

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Documentations at MDN Web Docs:
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/writing-mode
https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode
https://developer.mozilla.org/en-US/docs/Web/CSS/text-orientation
https://developer.mozilla.org/en-US/docs/Web/CSS/text-combine-upright
Samples from GIMP:
https://gimp.org/news/2018/08/19/gimp-2-10-6-released/#vertical-text-layers

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

[krita] [Bug 454845] Add options make text vertically in Text Editor

2022-06-04 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=454845

--- Comment #1 from Volga  ---
Also see Tategaki Web Fukyū Iinkai:
https://tategaki.github.io/

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

[krita] [Bug 454807] Add support for switching text direction in Text Editor

2022-06-04 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=454807

--- Comment #3 from Volga  ---
So this is superceded by bug 454845.

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

[krita] [Bug 454804] Add support for switching font feature in Text Editor

2022-06-04 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=454804

Volga  changed:

   What|Removed |Added

   Platform|unspecified |Microsoft Windows
Version|unspecified |5.0.6
 OS|Unspecified |Microsoft Windows

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

[krita] [Bug 454806] Add support for switching font variation in Text Editor

2022-06-04 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=454806

Volga  changed:

   What|Removed |Added

   Platform|unspecified |Microsoft Windows
 OS|Unspecified |Microsoft Windows
Version|unspecified |5.0.6

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

[krita] [Bug 454807] New: Add support for switching text direction in Text Editor

2022-06-03 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=454807

Bug ID: 454807
   Summary: Add support for switching text direction in Text
Editor
   Product: krita
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: shanshandehongx...@outlook.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
It would be awe some to allow designers to switch text directions freely.

CSS provides the following properties for this:
direction: to set dominant direction by either left-to-right (ltr) or
right-to-left (rtl) for bi-directional text.
writing-mode: make text vertically.

STEPS TO REPRODUCE
(No way to reproduce, Krita have no interfaces for this)

OBSERVED RESULT
N/A

EXPECTED RESULT
N/A

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Documentations at MDN Web Docs:
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/writing-mode
https://developer.mozilla.org/en-US/docs/Web/CSS/direction

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

[krita] [Bug 454806] New: Add support for switching font variation in Text Editor

2022-06-03 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=454806

Bug ID: 454806
   Summary: Add support for switching font variation in Text
Editor
   Product: krita
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: shanshandehongx...@outlook.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
In recent times, some fonts added font variations to allow to switch font
weight, width, oblique angle, optical size, and so on. With this support it’s
possible to allow designers to make use of them for texts if they are using
variable fonts.

CSS also have font-variation-settings property for this.

STEPS TO REPRODUCE
(No way to reproduce, Krita have no interfaces for this)

OBSERVED RESULT
N/A

EXPECTED RESULT
N/A

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Documentations at MDN Web Docs:
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide

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

[krita] [Bug 454804] New: Add support for switching font feature in Text Editor

2022-06-03 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=454804

Bug ID: 454804
   Summary: Add support for switching font feature in Text Editor
   Product: krita
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: shanshandehongx...@outlook.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
With this support it’s possible to enable some special font fetures such as
small caps, discretionary digits, old-style digits, stylistic alternatives, and
so on.

CSS have the ‘font-variants-liguatures’, ‘font-variant-caps’,
‘font-variant-numeric’, ‘font-variant-position’, and ‘font-feature-settings’
properties for them, and Pango and HarfBuzz also pave the way to handle special
OpenType font features. So it’s possible to make the implementation.

STEPS TO REPRODUCE
1. Open an image
2. Click Text tool to insert a text
3. Add font-feature-settings in Text Editor

OBSERVED RESULT
No special font features enabled

EXPECTED RESULT
Krita’s Text Editor should be able to switch font features

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Documentations at MDN Web Docs:
https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings
Samples from an individual developer:
http://tavmjong.free.fr/blog/?p=1442

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

[kdenlive] [Bug 443767] New: [Request] Add new functionality to make the (sub)title spread vertically

2021-10-15 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=443767

Bug ID: 443767
   Summary: [Request] Add new functionality to make the (sub)title
spread vertically
   Product: kdenlive
   Version: 21.08.2
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: shanshandehongx...@outlook.com
  Target Milestone: ---

SUMMARY
Althrough Kdenlive allows the title to be scrolled vertically, there some
special cases not only the title (or subtitle) is scrolled vertically, but also
make the title itself is vertically.

https://www.youtube.com/watch?v=udhBDnny2-Q=PLq_o2rIpiltaqr5QgdEyL189Q3tjhQdgr=110
https://www.bilibili.com/video/BV1UK4y187Wx

Because many East Asian scripts (Chinese, Japanese, Korean) can be written
vertically, so some videos also adopted this text direction. However I can't
find any options to do for this even if I read your menual.

STEPS TO REPRODUCE
N/A

OBSERVED RESULT


EXPECTED RESULT
Kdenlive should allowd to make text vertilly in the text elements

SOFTWARE/OS VERSIONS
Windows: Windows 10 21H1 19043.1288
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
See:
https://en.wikipedia.org/wiki/Horizontal_and_vertical_writing_in_East_Asian_scripts

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

[krita] [Bug 342479] APNG export support.

2020-05-08 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=342479

Volga  changed:

   What|Removed |Added

 CC||shanshandehongxing@outlook.
   ||com

--- Comment #5 from Volga  ---
Alternatively, we can make use of a patch by Mozilla to extended our PNG
support.
https://dxr.mozilla.org/mozilla-central/source/media/libpng/apng.patch
As Mozilla created the APNG specification, it's reasonable to make use of this
code.

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

[calligraplan] [Bug 420377] New: Add support for Sidecar on macOS

2020-04-21 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=420377

Bug ID: 420377
   Summary: Add support for Sidecar on macOS
   Product: calligraplan
   Version: unspecified
  Platform: unspecified
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dand...@get2net.dk
  Reporter: shanshandehongx...@outlook.com
  Target Milestone: ---

SUMMARY
Sidecar is a new feature introduced by Apple that allowed Mac users to do the
same thing with their iPad. Users can use iPad as a second display that is
perfect in the office or on the go, and using Apple Pencil for tablet input on
Mac apps for the very first time. With help of this feature user could making
use of iPad and Apple Pencil to preview and edit the document.

STEPS TO REPRODUCE
1. None

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Apple's whitepaper:
https://www.apple.com/macos/catalina/docs/Sidecar_Tech_Brief_Oct_2019.pdf

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

[krita] [Bug 420376] New: Add support for Sidecar on macOS

2020-04-21 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=420376

Bug ID: 420376
   Summary: Add support for Sidecar on macOS
   Product: krita
   Version: unspecified
  Platform: unspecified
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: shanshandehongx...@outlook.com
  Target Milestone: ---

SUMMARY
Sidecar is a new feature introduced by Apple that allowed Mac users to do the
same thing with their iPad. Users can use iPad as a second display that is
perfect in the office or on the go, and using Apple Pencil for tablet input on
Mac apps for the very first time. With help of this feature user could making
use of iPad and Apple Pencil to preview and edit the image.

STEPS TO REPRODUCE
1. None

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Apple's whitepaper:
https://www.apple.com/macos/catalina/docs/Sidecar_Tech_Brief_Oct_2019.pdf

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

[Falkon] [Bug 393358] Web Extensions support

2018-08-08 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=393358

--- Comment #8 from Volga  ---
(In reply to David Rosca from comment #6)
> It's not possible to implement WebExtensions support in Falkon, it needs to
> be done in QtWebEngine.
Yes, I created a feature request in their bug tracker.
https://bugreports.qt.io/browse/QTWB-35

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

[Falkon] [Bug 393358] Web Extensions support

2018-08-07 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=393358

--- Comment #5 from Volga  ---
(In reply to trmdi from comment #4)
> Yes, supporting the lots of existing webextensions is much better than
> waiting for someone to create new Falkon extensions.
And several bundled extensions in Falkon could also be convert to WebExtension.

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

[Falkon] [Bug 393358] Web Extensions support

2018-05-14 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=393358

--- Comment #1 from Volga <shanshandehongx...@outlook.com> ---
WebExtensions are already supported in Chrome/Chromium, Firefox, Edge and
Opera. Adding the same support would be awesome.

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

[Falkon] [Bug 393358] Web Extensions support

2018-05-14 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=393358

Volga <shanshandehongx...@outlook.com> changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=389131
 CC||shanshandehongxing@outlook.
   ||com

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

[Falkon] [Bug 389131] no extensions

2018-05-14 Thread Volga
https://bugs.kde.org/show_bug.cgi?id=389131

Volga <shanshandehongx...@outlook.com> changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=393358

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