Hello! I've found one more bug. Or may be it's strange behavior.
I'm porting Win32 Lazarus application to Ubuntu. And I use TBGRABitmap and TBGRASVGType. I need to draw svg file.
So. In Windows application all works perfect. But in Ubuntu SVG is rotated by 90 deg.
I use only paths.
I have no Ideas why it is so and not otherwise. May be it is in BGRAPath -> TBGRAPath -> function ToPoints(AAcceptedDeviation: single = 0.1): ArrayOfTPointF;
But this method is very complex and and not obvious. Three may be bug in something else.
I use only BGRABitmap sources as part of the my project. And haven't install it as package.
LazPaint version: 6.4.1/
Win version: Lazarus 1.4.0. FPC version 2.6.4. 2015-08-25. i386-win32-win32/win64
Ubuntu version: Lazarus 1.4.2. FPC version 2.6.4. 2015-07-11. x86_64-linux-gtk 2