TCircle.Fill With Bitmap Incorrect On Ubuntu 18.04 In Broadwayd

Issue #220 wontfix
E created an issue

I have a TCircle with a TCircle.Fill value set to a bitmap. It does not draw in the correct location when viewed through HTML5 via Broadwayd. See screenshots and sample project.

object Circle2: TCircle
Align = Client
Fill.Bitmap.Bitmap.PNG = {bitmapdata}
Fill.Bitmap.WrapMode = TileStretch
Fill.Kind = Bitmap
Margins.Left = 10.000000000000000000
Margins.Top = 10.000000000000000000
Margins.Right = 10.000000000000000000
Margins.Bottom = 10.000000000000000000
Size.Width = 620.000000000000000000
Size.Height = 460.000000000000000000
Size.PlatformDefault = False
Stroke.Color = xFF00A1A1
Stroke.Thickness = 2.000000000000000000
end

Comments (1)

  1. Log in to comment