Razvan Caliman
Razvan Caliman
Steps: - click on `` container - try to edit/create a shape Result: - editor does not trigger
Some users are confused by the margin-box clipping oversized shapes. Example of bug report:  **Solution** Add a visual indicator of shape maximum surface (float area). Perhaps fade in the...
From Bear: If you delete the inline style in the DOM panel, the style remains in the Shapes panel.
From Bear: The default circle/ellipses are slightly off center (they position at something like 50.05%)
From Bear: Some formatting is lost: non-px units are converted to px, and all positions are converted to 2 value positions. Would be nice to keep the original formatting (though...
From Bear: Resizing an ellipse by the corner handles preserves the aspect ratio, but I would rather this be done with the shift key.
From Bear: Alt-key support for keeping the element centered and resizing around the middle. One of the first things I tried, so I imagine it would be helpful if it’s...
A clean demo exemplifying the CSS Regions polyfill features. - basic css syntax - basic CSSOM features
Currently naively assuming center in 50% 50% Consolidate compute method into CSSUtils for use by circle() Acceptance tests: - [ ] ellipse(closest-side at 10% 70%) - [ ] ellipse(closest-side farthest-side...
CSSUtils.getContentBoxOf(): there’s a TODO here about not handling cases other than content-box. Will that affect anything? ~~Editor.setupEditorHolder(): the way it calls itself back is a bit confusing - it seems...