Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builder#459 fixed Stage mode: repeat & fillRatio #280

Merged
merged 2 commits into from
May 13, 2024

Conversation

JiepengTan
Copy link
Contributor

"map": { "width": 1000, "height": 2000, "mode": "repeat" },
image

"map": { "width": 800, "height": 400, "mode": "fillRatio" },
image

"map": { "width": 400 , "height": 800, "mode": "fillRatio" },
image

@JiepengTan JiepengTan requested a review from xushiwei May 11, 2024 05:43
@JiepengTan
Copy link
Contributor Author

goplus/builder#459

@JiepengTan JiepengTan changed the title build#459 fixed Stage mode: repeat & fillRatio builder#459 fixed Stage mode: repeat & fillRatio May 11, 2024
config.go Outdated
@@ -80,22 +80,18 @@ type mapConfig struct {
}

const (
mapModeFill = iota
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't change this enum

@JiepengTan
Copy link
Contributor Author

"map": { "width": 400 , "height": 800, "mode": "" },
企业微信截图_17155728085974
"map": { "width": 400 , "height": 800, "mode": "fillRatio" },
企业微信截图_17155728188079
"map": { "width": 400 , "height": 800, "mode": "fillCut" },
企业微信截图_17155728314794

@JiepengTan JiepengTan requested a review from xushiwei May 13, 2024 05:06
@xushiwei xushiwei merged commit e0cccda into goplus:main May 13, 2024
4 of 5 checks passed
@JiepengTan JiepengTan deleted the builder_459 branch September 23, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants