SVG does not support all colors on gear s3 but on emulator
SVG does not support all colors on gear s3 but on emulator
BY 10 Sep 2018Web Application Development
According to https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/text.html svg should support all colors for text, but on my gear S3 only some colors like white, black, red, green, blue, magenta and cyan work. Even using a color filter after rendering the text fails. It feels like some color-limiting filter is applied to the text after rendering by the system.
How can I overcome this issue?
It renders correctly on the emulator, but not on the actual device, which is really frustrating.
The Gear S3 runs Tizen 3.0.0.2 the emulator is wearable-3.0-circle-x86
renders a white 12 on my watch but a grey one on the emulator.
UPDATE:
I narrowed it down, it is linked to ambient mode. When I use ambient_support=”disable” it works as intended. This is confusing, because the watch supports high color mode i.e. tizen.systeminfo.getCapability(‘[…]/screen.always_on.high_color’); (I cannot post the full path due to some forum restrictions) yields true
SVG does not support all colors on gear s3 but on emulator
According to https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/text.html svg should support all colors for text, but on my gear S3 only some colors like white, black, red, green, blue, magenta and cyan work. Even using a color filter after rendering the text fails. It feels like some color-limiting filter is applied to the text after rendering by the system.
How can I overcome this issue?
It renders correctly on the emulator, but not on the actual device, which is really frustrating.
The Gear S3 runs Tizen 3.0.0.2 the emulator is wearable-3.0-circle-x86
Example:
renders a white 12 on my watch but a grey one on the emulator.
UPDATE:
I narrowed it down, it is linked to ambient mode. When I use ambient_support=”disable” it works as intended. This is confusing, because the watch supports high color mode i.e. tizen.systeminfo.getCapability(‘[…]/screen.always_on.high_color’); (I cannot post the full path due to some forum restrictions) yields true
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio