1e6bc68156
AddPictureFrame interpretiert plane.Origin als BOTTOM-LEFT corner, nicht als Zentrum — width geht in +X, height in +Y vom Origin aus. Mit Center- basierter Plane landete die Picture um (width/2, height/2) verschoben nach oben/rechts. Fix: plane.Origin = (x_min, y_min, z_doc). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>