the output of `marker-end: url(#ID)` is incorrect in some case.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 32
- Forks
- 11
- Avg merge
- 7h 23m
- Merged PRs (30d)
- 3
Description
Hi team,
if I use marker-end: url(#ID) in less, it's resolved as url link and output the css like marker-end: url("../base/#ID").
here is doc of marker-end: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/marker-end
I think using webpack + less-loader doesn't have the issue.
So do you any workaround to solve it in consumer side?
Best Regards
Ben
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is identified. Reproduce the reported Less compilation for marker-end: url(#ID) and compare its output with webpack plus less-loader; done means determining whether the generated URL is correct or documenting a confirmed consumer-side workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100