Author Topic: Qt6 Application Testing  (Read 327109 times)

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2434
  • Karma: +185/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #840 on: January 30, 2025, 08:41:43 am »
Industrial amnesia - forgot about referencing it. The page loads for me in qt6 dooble, but interestingly the test teardrop renders fine here.

I never got as far as the teardrop, it was actually links I followed from the page that caused Dooble to vanish.
The issue there was different then what we're experiencing, blurry SVG's while we have non-rendering SVG's.

Quote
Is the issue SVG itself, or fonts that utilise SVG? Not sure where opentype support comes from (fontconfig or ??) but perhaps svg isn't enabled?

It's SVG itself, there's SVG icons that also don't render. SVG is raster drawing the fonts. I'd assume someone draws the fonts rather then coming from fontconfig though that makes NLS support hard.
Thing is that only some characters or icons are drawn which is weird. So SVG does work, sometimes. If you look at the testcase I attached to #73, it's just a bunch of numbers.

I understand the issue itself is different, the point was more that it might point to where in chromium the svg rendering is (ie skia)

Remy

  • Hero Member
  • *****
  • Posts: 805
  • Karma: +14/-1
    • View Profile
Re: Qt6 Application Testing
« Reply #841 on: January 30, 2025, 12:01:54 pm »
Using latest Dooble QT6 build.
(with QT6.2.11)

The translate option not always well working as it is supposed too
e.g.

Source link:
https://eike-klima-energie.eu/2024/11/15/die-sonnenscheindauer-europas-im-tanz-der-wolken/

Link generated by Dooble translate tool link (not working - error):
https://eike-klima-energie-eu.translate.goog//2024/11/15/die-sonnenscheindauer-europas-im-tanz-der-wolken/?_x_tr_sl=auto&_x_tr_tl=fr&_x_tr_hl=fr&_x_tr_pto=wapp

The link generated using google translate web page:
https://eike--klima--energie-eu.translate.goog/2024/11/15/die-sonnenscheindauer-europas-im-tanz-der-wolken/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp

'.' dot into hostname should be converted into '-'   (this is well done)
'-' into hostname should be duplicated   (this isn't done !)
'/' first slash following hostname should not be duplicated   (this is not done)