From b7d4569625975f0844bf1ab7e5281d91a5335ecb Mon Sep 17 00:00:00 2001 From: David Storey Date: Mon, 7 Dec 2015 14:36:41 -0800 Subject: [PATCH] Add the cx and cy SVG2 CSS properties --- src/vs/languages/css/common/buildscripts/css-schema.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 1667f5b262f..7c4487c57d4 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -4227,6 +4227,12 @@ + + Describes the horizontal center coordinate of the position of the element. + + + Describes the vertical center coordinate of the position of the element. + Specifies the base directionality of text and elements on a line, and the directionality of embeddings and overrides for the Unicode bidirectional algorithm. -- GitLab