Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

RoundRect, Circle and other views extending ShapeView do not take into account colorMul, only fill #703

Closed
faweizz opened this issue May 30, 2022 · 1 comment · Fixed by #708

Comments

@faweizz
Copy link

faweizz commented May 30, 2022

#702

@soywiz
Copy link
Contributor

soywiz commented May 30, 2022

Well thats not the problem. The problem is that colorMul is not being used with the new view, and only uses the fill: Paint. It should multiply colors and take colorMul into account, not using intermediate textures is actually a good thing

@soywiz soywiz changed the title RoundRect, Circle and other views extending ShapeView are rendering without intermediate textures RoundRect, Circle and other views extending ShapeView do not take into account colorMul, only fill May 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants