add a mask to load shape to flow text around quicker
1 unresolved thread
1 unresolved thread
should fix #1183 (closed) and related
Edited by HJ
Merge request reports
Activity
added 1 commit
- 6e1639cc - fetch text height only after mask has been loaded
mentioned in issue #1183 (closed)
requested review from @tusooa
removed review request for @tusooa
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 + ')' mentioned in commit d8730cad
Please register or sign in to reply