• amirh's avatar
    Support arbitrary shaped Material. (#14367) · 0672055a
    amirh authored
    For backward compatibility we keep supporting specifying the shape as a
    combination of MaterialType and borderRadius, and we just use that as a
    default when shapeBorder is null.
    
    To cleanup the implementation if shapeBorder was not specified we just
    translate the specified shape to a shapeBorder internally.
    I benchmarked paint, layout and hit testing, with the specialized shape
    clippers vs. the equivalent path clippers and did not see any
    significant performance difference.
    
    For testing, I extended the clippers/physicalShape matchers to match either the
    specialized shape or the equivalent shape.
    0672055a
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
service_extensions_test_file Loading commit data...