0
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'origin/feat/obb-direction' into feat/ignore-host-silent More... 6 months ago
feat(boundingRect): (1) Support get intersection rect. (2) Add some static API. More... 6 months ago
feat(boundingRect): Support that touchThreshold cause negative size to avoid intersection. More... 6 months ago
perf(trancate): (1) Make text overflow truncate more precise (consider non-monospace font. BEFORE: shorter than the give width. AFTER: close to the given width). (2) Optimize the text truncate and wrap performance. (constantly visit LRU for each char from a long text is slower than using a static dictionary. In test/test-overflow.html, wrapping a entire long en text, each frame is optimize like from 15ms -> 4ms, in a certain machine). More... 6 months ago
(test): enrich test case. More... 6 months ago
chore(text): (1) clarify plain text parsing: if text.style.width specified, the outerWidth use that specified width, rather than the contentWidth. After this modification, the behavior of plain text become consistent with plain text height and rich text width/height. And the rect text place will not be affected by the text content any more if style.width is specified. (2) Fix comment typos and add comments. (3) Add more test cases. More... 6 months ago
Merge branch 'fix/wrap-causes-npe' into feat/ignore-host-silent More... 6 months ago
fix(wrap): Fix that some branches cause null pointer error. More... 6 months ago
fix(overflow): lineOverflow need to update contentHeight. More... 6 months ago
feat: Support `ignoreHostSilent` for some scenarios that textContent and its host require specifying silent separately. More... 6 months ago
Merge pull request #1121 from ecomfe/master More... 6 months ago
Merge pull request #1120 from ecomfe/fix/transformLocalCoord-cleanup More... 6 months ago
fix(dom): add `transformLocalCoordClear` function to clear markers created by `transformLocalCoord` More... 6 months ago
fix(dom): support `transformLocalCoord` cleanup More... 6 months ago
fix(dom): support `transformLocalCoord` cleanup More... 6 months ago
Merge pull request #1119 from enlightened88/patch-1 More... 7 months ago
Update README.md More... 7 months ago
Merge pull request #1118 from ecomfe/feat-color More... 7 months ago
fix(color): fix implementation of modifyHSL More... 7 months ago
feat(color): support function for modifyHSL More... 7 months ago
fix&feat(BoundingRect, OBB): (1) Support the same features from OBB (directional MTV, touchThreshold) to BoundingRect, enable them using the same option to perform intersection detection (for performance optimization). (2) Fix OBB result abnormal in some edge cases. More... 7 months ago
chore: Clarify comments. More... 7 months ago
test: Clarify transform test case. More... 7 months ago
test: Enhance test utilities. More... 7 months ago
Merge branch 'v6' into feat/obb-direction More... 7 months ago
bug(obb): Fix OBB in extreme value and add test cases. More... 7 months ago
Merge pull request #1116 from ecomfe/svg/parse-stop-opacity More... 8 months ago
(ts): Support text margin array. More... 8 months ago
Merge pull request #1117 from n-bes/fix/copy_paste More... 8 months ago
Merge pull request #1115 from ecomfe/feat/obb-direction More... 8 months ago