Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
'text-anchor': {
syntax: 'start | middle | end',
initial: 'start',
inherited: true,
media: 'visual',
},
'text-decoration': styleProperties['text-decoration'],
'text-rendering': styleProperties['text-rendering'],
'unicode-bidi': styleProperties['unicode-bidi'],
'vector-effect': {
syntax: 'non-scaling-stroke | none',
initial: 'none',
inherited: false,
media: 'visual',
},
visibility: styleProperties.visibility,
'word-spacing': styleProperties['word-spacing'],
'white-space': styleProperties['white-space'],
'writing-mode': styleProperties['writing-mode'],
};
export const syntaxes: MDN.Syntaxes = {
paint: {
syntax: 'none | child | child() | | [ none | ]? | context-fill | context-stroke',
},
dasharray: {
syntax: '[ | | ]#',
},
};