Fixed
-
Raster backend device scale preserved —
FillRect,setPath,SetClip,SetTransformcalledctx.Identity()which resetScale(2,2). At 2x, content rendered in top-left quadrant only (25% coverage). Fix:applyDeviceScale()replacesIdentity()(SkiafInitialCTMpattern). -
Recording DrawStringAnchored anchor offset —
Recorder.DrawStringAnchoredignoredax/ayentirely. Right-aligned text extended past position instead of ending at it. Fix: anchor offset computed at record time usingtext.Measure+ face metrics. Pixel-perfect parity withContext.DrawStringAnchoredverified.