Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/libodfgen/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 366 B image not shown  

Quelle  ellipticalarc.patch   Sprache: unbekannt

 
--- src/GraphicFunctions.cxx
+++ src/GraphicFunctions.cxx
@@ -59,6 +59,10 @@
                           double rx, double ry, double phi, bool largeArc, bool sweep, double x, double y,
                           double &xmin, double &ymin, double &xmax, double &ymax)
 {
+ if (x0 == x && y0 == y) {
+  return;
+ }
+
  phi *= M_PI/180;
  if (rx < 0.0)
   rx *= -1.0;

[ Dauer der Verarbeitung: 0.22 Sekunden  (vorverarbeitet)  ]