EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Apache License 2.0
321 stars 93 forks source link

TSVGGraphic.Assign and AssignTo miss inherited call in ELSE part #240

Closed UweRaabe closed 2 years ago

UweRaabe commented 2 years ago

The mechanism behind TPersistent.Assign and AssignTo requires that overridden methods always call inherited when not able to handle the current Source or Dest.

For Assign the inherited allows the other class to handle the assignment in its AssignTo, while for AssignTo it guarantees to raise an exception when no handling is possible.