Skip to content
Snippets Groups Projects

add a mask to load shape to flow text around quicker

Merged HJ requested to merge apology-fixes into develop
1 unresolved thread

should fix #1183 (closed) and related

Edited by HJ

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
25 27 },
26 28 computed: {
27 29 pleromaTanStyles () {
30 const mask = this.pleromaTanVariant === pleromaTan ? pleromaTanMask : pleromaTanFoxMask
28 31 return {
29 'shape-outside': 'url(' + this.pleromaTanVariant + ')'
32 'shape-outside': 'url(' + mask + ')'
  • Author Maintainer

    tested on Midori 7 and uhh epiphany-browser aka """Web""" 42.4 aka Gnome browser and it helped tremendously.

  • HJ merged

    merged

  • HJ mentioned in commit d8730cad

    mentioned in commit d8730cad

  • Please register or sign in to reply
    Loading