-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ebay-icon): added gradeitn support on server side renering
- Loading branch information
Showing
277 changed files
with
302 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@ebay/ebayui-core": patch | ||
--- | ||
|
||
(ebay-icon): added gradient support for server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43660"}}; | ||
return { server: "<clippath id=clip0_704_43660><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43660"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43576"}}; | ||
return { server: "<clippath id=clip0_704_43576><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43576"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43718"}}; | ||
return { server: "<clippath id=clip0_704_43718><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43718"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43716"}}; | ||
return { server: "<clippath id=clip0_704_43716><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43716"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43686"}}; | ||
return { server: "<clippath id=clip0_704_43686><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43686"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43712"}}; | ||
return { server: "<clippath id=clip0_704_43712><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43712"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43587"}}; | ||
return { server: "<clippath id=clip0_704_43587><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43587"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43698"}}; | ||
return { server: "<clippath id=clip0_704_43698><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43698"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43671"}}; | ||
return { server: "<clippath id=clip0_704_43671><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43671"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43711"}}; | ||
return { server: "<clippath id=clip0_704_43711><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43711"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43526"}}; | ||
return { server: "<clippath id=clip0_704_43526><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43526"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43538"}}; | ||
return { server: "<clippath id=clip0_704_43538><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43538"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43676"}}; | ||
return { server: "<clippath id=clip0_704_43676><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43676"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43591"}}; | ||
return { server: "<clippath id=clip0_704_43591><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43591"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43668"}}; | ||
return { server: "<clippath id=clip0_704_43668><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43668"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43704"}}; | ||
return { server: "<clippath id=clip0_704_43704><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43704"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43639"}}; | ||
return { server: "<clippath id=clip0_704_43639><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43639"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43700"}}; | ||
return { server: "<clippath id=clip0_704_43700><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43700"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43619"}}; | ||
return { server: "<clippath id=clip0_704_43619><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43619"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43603"}}; | ||
return { server: "<clippath id=clip0_704_43603><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43603"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43504"}}; | ||
return { server: "<clippath id=clip0_704_43504><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43504"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43672"}}; | ||
return { server: "<clippath id=clip0_704_43672><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43672"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43679"}}; | ||
return { server: "<clippath id=clip0_704_43679><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43679"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43714"}}; | ||
return { server: "<clippath id=clip0_704_43714><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43714"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43585"}}; | ||
return { server: "<clippath id=clip0_704_43585><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43585"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43608"}}; | ||
return { server: "<clippath id=clip0_704_43608><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43608"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43609"}}; | ||
return { server: "<clippath id=clip0_704_43609><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43609"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43548"}}; | ||
return { server: "<clippath id=clip0_704_43548><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43548"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43675"}}; | ||
return { server: "<clippath id=clip0_704_43675><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43675"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43662"}}; | ||
return { server: "<clippath id=clip0_704_43662><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43662"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43627"}}; | ||
return { server: "<clippath id=clip0_704_43627><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43627"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43557"}}; | ||
return { server: "<clippath id=clip0_704_43557><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43557"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43664"}}; | ||
return { server: "<clippath id=clip0_704_43664><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43664"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43646"}}; | ||
return { server: "<clippath id=clip0_704_43646><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43646"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43640"}}; | ||
return { server: "<clippath id=clip0_704_43640><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43640"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43542"}}; | ||
return { server: "<clippath id=clip0_704_43542><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43542"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43715"}}; | ||
return { server: "<clippath id=clip0_704_43715><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43715"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43659"}}; | ||
return { server: "<clippath id=clip0_704_43659><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43659"}} }; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export function def() { | ||
// eslint-disable-next-line max-len,quotes | ||
return {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43623"}}; | ||
return { server: "<clippath id=clip0_704_43623><rect width=64 height=48 fill=white></rect></clippath>", browser: {"children":[{"name":"rect","attr":{"width":"64","height":"48","fill":"white"}}],"name":"clipPath","attr":{"id":"clip0_704_43623"}} }; | ||
}; |
Oops, something went wrong.