Bug 467731

Summary: Expose key="Ofst" ASL parameter of gradient overlay layer style to editor
Product: [Applications] krita Reporter: varkatope <chirney1>
Component: layer stylesAssignee: Krita Bugs <krita-bugs-null>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: nightly build (please specify the git hash!)   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description varkatope 2023-03-23 20:59:58 UTC
SUMMARY
 Version: 5.2.0-prealpha (git a39b4d5)

SUMMARY
There's no option to edit the following gradient overlay ASL in the layer styles editor:

   <node type="Descriptor" name="" classId="Pnt " key="Ofst">
    <node type="UnitFloat" unit="#Prc" value="0" key="Hrzn"/>
    <node type="UnitFloat" unit="#Prc" value="0" key="Vrtc"/>
   </node>

This doesn't really work properly with wrap-around mode, but it could still be useful within the image bounds. I can set it through code, but it would be nice for the built-in layer style editor to have as well. It would be even nicer if it also worked correctly with wrap-around mode (instead of cutting off at the single image bounds), of course.