From d6e9f636d693fb129b373862d69ae85c861049f0 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 18 Sep 2023 10:36:48 -0400 Subject: Add support for SVG fill-opacity property https://www.w3.org/TR/SVGTiny12/painting.html#FillOpacityProperty This property is unique to SVG documents, but is otherwise analogous to the usual CSS "opacity" property. --- docs/Bytecode | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs/Bytecode') diff --git a/docs/Bytecode b/docs/Bytecode index 67450cd..65926a9 100644 --- a/docs/Bytecode +++ b/docs/Bytecode @@ -1383,4 +1383,13 @@ Opcodes bit 7 clear => Reserved for future expansion bits 0-6: MBZ -7c-3ff - Reserved for future expansion. +7c - fill-opacity + (14bits) : + bits 8-13: MBZ + bits 0-7 : + bit 7 set => number follows + bits 0-6: MBZ + bit 7 clear => Reserved for future expansion + bits 0-6: MBZ + +7d-3ff - Reserved for future expansion. -- cgit v1.2.3