|
|
Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
|
Maps a contiguous span of parsed CSS text back to the SVG document source. More...
#include "donner/svg/components/StylesheetComponent.h"
Public Member Functions | |
| bool | operator== (const StylesheetSourceMapSegment &other) const =default |
| Equality operator. | |
Public Attributes | |
| std::size_t | cssStartOffset = 0 |
| First local CSS byte covered by this segment. | |
| std::size_t | cssEndOffset = 0 |
| First local CSS byte after this segment. | |
| FileOffset | documentStartOffset |
| Document source offset for cssStartOffset. | |
Maps a contiguous span of parsed CSS text back to the SVG document source.
| FileOffset donner::svg::components::StylesheetSourceMapSegment::documentStartOffset |
Document source offset for cssStartOffset.