Unable to maintain thickness of strokeWidth while resizing in case of Groups in Fabricjs
I am writing code to maintain same strokeWidth across all the objects in Fabricjs. I am able to successfully maintain strokeWidth for normal Objects , let it be rectangle or ellipse(I wrote code to maintain both). But when I use group , I am unable to maintain the strokeWidth. Here's the fiddle . Steps to reproduce the issue ? 1)Open above fiddle link 2)resize the circle , check the size of border ( thickness of border remains the same on re-sizing ) 3)Now resize the rectangle and text(group) , expected result is thickness of border must be same throughout but that doesn't happens . Code : `