Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial IMSC Writer implementation (#52)
* Cleanup. Basic, dummy implementation for the imsc writer. CI passes * Adding from_model to TTElement (#22) * More plumbing of from_model (#22) * Adding writing of head/layout/region information (#22) * Adding writing of body information (#22) * Adding writing of information for div, p, span (#22) * Cleanup. Using get_id. Putting head before body (#22) * fixing issue with _id vs get_id, serializing RegionAttribute * Adding setter APIs to imsc StyleProperties (#22) * Adding setter APIs to imsc StyleProperties (#22) * Implementing various setters in StyleProperties. Fixing other writing issues (#22) * Implementing various setters in StyleProperties. Cleanup (#22) * Implementing various setters in StyleProperties. Cleanup (#22) * Merging master to branch (#22) * Merge cleanup (#22) * Reapplying changes (#22) * Setting namespaces (#22) * Fixing writing fontSize value. Adding origin. (#22) * Adding P begin/end (#22) * Color write formating (#22) * More unit tests (#22) * Covering more sytles and properties (#22) * Marking attributes as pass (#22) * Made progress on IMSC style property serialization * Implemented Br (#22) * Basic implemention of Styling/Style/Initial (#22) * Basic implemention of Set (#22) * Rd/issue 22 pal suggestions (#67) * Set elements now processed (#61) Added coverage scripts and pre-requisites * Suggested refactoring * Further refactoring * Handle set elements * Further refinements * Fixed set issue * Pretty TTML output Co-authored-by: Pierre-Anthony Lemieux <[email protected]> Co-authored-by: Pierre-Anthony Lemieux <[email protected]> * Do not return opacity of ff for xml value (#22) * Do not truncate percentages. Use full percision (#22) * Only write style if not none (#22) * Only write style if not none (#22) * Fixing swap of imsc and model in from_model_style_properties (#22_ * Fixing unit tests (#22) Co-authored-by: Pierre-Anthony Lemieux <[email protected]> Co-authored-by: Pierre-Anthony Lemieux <[email protected]>
- Loading branch information