| Test | Description | Comments |
|---|---|---|
| structure-basicG-BE-03 | Nested groups | |
| shapes-rect-BE-01 | Basic rectangles | |
| shapes-ellipse-BE-02 | Basic ellipses | |
| shapes-circle-BE-03 | Basic circles | |
| shapes-line-BE-04 | Basic lines | |
| shapes-polygon-BE-05 | Basic polygons | |
| shapes-polyline-BE-06 | Basic polylines | |
| coords-transforms-BE-02 | basic transforms | text size changed from default to 9pt |
| coords-unitsProc-BE-04 | CSS Units and percentage values | |
| color-datatypes-BE-01 | multiple syntaxes for specifying color | |
| path-lines-BE-01 | straight-line path commands | |
| path-curves-BE-02 | cubic Bezier path commands | |
| path-curves-BE-03 | quadratic Bezier path commands | |
| path-curves-BE-04 | elliptical arc path commands | |
| text-text-BE-01 | basic text/font properties | By default, text is only antialiased above a certain point-size, depending on your Windows prefs. Small fonts are grid-fitted. Grid-fitted text should be more legible especially in long text runs. |
| text-font-BE-15 | font family selection | |
| text-font-BE-16 | font weight selection | |
| rendering-text-BE-02 | basic text filling and stroking | miterlimit for 3rd set of A's adjusted to 3.8 |
| rendering-shape-BE-03 | Filling & stroking of shapes | |
| paint-inherit-BE-06 | inheritance of paint properties | |
| Test | Description | Comments |
|---|---|---|
| coords-units-BE-01 | CSS units test | We don't implement 'em' and 'ex' yet. Rendering isn't clipped to viewport. |
| style-selector-BE-01 | CSS2 selectors | Currently style element needs to be in html namespace. We don't implement html-style class selectors (.foo); use [class=foo] instead. |
| paint-stroke-BE-02 | basic stroke capabilities | closed paths are dashed from wrong end |
| text-textAnchor-BE-05 | textAnchor alignment | We don't implement tref and textPath yet. Changing anchoring in chunks doesn't work yet. |
| text-decoration-BE-12 | underline and line-through |
| Test | Description | Comments |
|---|---|---|
| paint-fill-BE-01 | basic fill properties | We don't do gradients, currentColor, ICC-based color. |
| text-tspan-BE-03 | tspan positioning | |
| text-tspan-BE-06 | whitespace handling | xml:space not implemented |
| text-i18n-BE-09 | internationalized text | vertical and right-to-left text not implemented |
| text-alignment-BE-10 | text-anchor and baseline-shift | We pass the fist part of the test (text-anchor), but we don't have baseline-shift yet. |
| rendering-orderGr-BE-01 | rendering order, group opacity | The order is ok, but we don't do group opacity and images yet. |