PluginProbe
E2Pdf – Export Pdf Tool for WordPress / 1.32.51
E2Pdf – Export Pdf Tool for WordPress v1.32.51
1.32.51 1.32.49 1.32.48 1.32.43 1.32.40 1.32.34 1.32.32 1.32.31 1.32.26 1.32.22 1.32.23 1.32.18 1.32.17 1.32.15 trunk 1.00.00 1.00.13 1.01.01 1.02.02 1.03.07 1.04.07 1.05.03 1.06.02 1.07.11 1.08.00 All 73 releases
← All changes | vendors/svggraph/DisplayAxisRadar.php +2 -0 1.32.491.32.51 View file →
@@ -183,10 +183,12 @@
183 183 protected function getTextInfo($x, $y, &$point, $opposite, $level)
184 184 {
185 185 $a = $this->arad + $this->direction * $point->position / $this->radius;
186 186 $r1 = $this->radius + $this->text_offset;
187 + // BEGIN e2pdf
187 188 $x1 = $this->xc + $this->styles['t_offset_x'] + $r1 * sin($a);
188 189 $y1 = $this->yc + $this->styles['t_offset_y'] + $r1 * cos($a);
190 + // END e2pdf
189 191 $text_angle = $this->styles['t_angle'];
190 192
191 193 $tau = 2 * M_PI;
192 194 while($a < 0)